Django demo exam project with products, orders and demo data import
Project description
nemux
PyPI-пакет с Django-проектом демоэкзамена: товары, заказы, импорт демо-данных.
Установка
pip install nemux
Запуск
После установки доступна команда nemux-manage — обёртка над manage.py из bundled-проекта:
nemux-manage migrate
nemux-manage runserver
nemux-manage import_demo_data
Расположение файлов
Все исходные файлы проекта включены в пакет без изменений:
from nemux import DJANGO_DOWNLOAD_ROOT, MAIN_PROJECT_ROOT
print(DJANGO_DOWNLOAD_ROOT) # docs, requirements, гайды
print(MAIN_PROJECT_ROOT) # manage.py, app/, main/
Зависимости
- Django 6.0.6
- PostgreSQL (
psycopg2-binary) - django-filter, neapolitan, pillow, pandas
Импорт данных
- Настройте PostgreSQL (см.
main/main/settings.pyв bundled-проекте). nemux-manage migrate- Создайте пользователей через
/create-user/ nemux-manage import_demo_data
Подробнее — в django-download/гайд.txt внутри пакета.
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 nemux-0.1.0.tar.gz.
File metadata
- Download URL: nemux-0.1.0.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958846a0a6ce65d1616aad4624509da8ccda756a677347966c85b48bfad4e73d
|
|
| MD5 |
69756951579bbfa9226a4d7d3ad6c3f0
|
|
| BLAKE2b-256 |
d1b271e8c3619a53192ab1a8c7f204fbbcf2748fdd5b0abce6f09012184b749f
|
File details
Details for the file nemux-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nemux-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd8d8483e5d191e16d5398e44d60f586c1dfc4ae5f7c157a311c513d82c6fa44
|
|
| MD5 |
df124613f265c2581e8f7036d44206b8
|
|
| BLAKE2b-256 |
9e9878723adf73b47afd4026586dcf51b3018d4109da6abc61bd8f2abae530b6
|