Skip to main content

Django rps.Milea Framework

Project description

Installation

  • Installation

    pip install rps-milea-framework
  • Add this at the end of settings.py

    # Init Milea Framework
    INSTALLED_APPS = [
        # Framwork
        'rps_milea',
        'rps_milea_users',
    
        # Django
        'django.forms',
    
        # Third Party
        'adminsortable2',
    
    ] + INSTALLED_APPS
    
    FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'
    AUTH_USER_MODEL = 'rps_milea_users.User'
  • Database Update

    python manage.py migrate

Internal Notes

Publishing to PyPI:

UPDATE 3 FILES: setup.py, changes.txt, rps_milea/settings.py

    python -m pip install -U wheel twine setuptools
    python setup.py sdist
    python setup.py bdist_wheel
    python -m twine upload --skip-existing dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rps-milea-framework-0.0.16.tar.gz (4.4 MB view hashes)

Uploaded Source

Built Distribution

rps_milea_framework-0.0.16-py3-none-any.whl (6.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page