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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0d801f7a0f41b32cc07f93dfb4d61101cffaa2782f31808b4a12964708ccdc7
|
|
| MD5 |
1afcc69a8e471cb5b52d940a086f46ea
|
|
| BLAKE2b-256 |
b4e026e7b1eef1c5ac2f4f83164ff1c787a47247d38ce9cbfbe23f80486856fa
|
File details
Details for the file rps_milea_framework-0.0.16-py3-none-any.whl.
File metadata
- Download URL: rps_milea_framework-0.0.16-py3-none-any.whl
- Upload date:
- Size: 6.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a4e0a42fa14d2afccfd9012e09aedc549284b041f202f1d023bbf56e67ddf8e
|
|
| MD5 |
5291405d0b03f407ca040ebaab6dcb37
|
|
| BLAKE2b-256 |
85cb48b800f5fc253003677c129fd31d47b64c632746c7befe36a0cdde18109d
|