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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file rps-milea-framework-0.0.16.tar.gz.

File metadata

  • Download URL: rps-milea-framework-0.0.16.tar.gz
  • Upload date:
  • Size: 4.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for rps-milea-framework-0.0.16.tar.gz
Algorithm Hash digest
SHA256 e0d801f7a0f41b32cc07f93dfb4d61101cffaa2782f31808b4a12964708ccdc7
MD5 1afcc69a8e471cb5b52d940a086f46ea
BLAKE2b-256 b4e026e7b1eef1c5ac2f4f83164ff1c787a47247d38ce9cbfbe23f80486856fa

See more details on using hashes here.

File details

Details for the file rps_milea_framework-0.0.16-py3-none-any.whl.

File metadata

File hashes

Hashes for rps_milea_framework-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 1a4e0a42fa14d2afccfd9012e09aedc549284b041f202f1d023bbf56e67ddf8e
MD5 5291405d0b03f407ca040ebaab6dcb37
BLAKE2b-256 85cb48b800f5fc253003677c129fd31d47b64c632746c7befe36a0cdde18109d

See more details on using hashes here.

Supported by

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