Django models as standalone app.
Project description
# <p align=”center”>django-db-only
This is just wrapper package on top of django framework, which creates django project with only standalone modules included.
You can check releases in [Releases](https://github.com/abrorbekuz/django-db-only/releases)<br> Our community [Telegram Group](https://t.me/django_db_only)
## Howto 1. install django-db-only:
python setup.py install or just type pip install django-db-only
2. create standalone django models project:
` django_db_only startproject myproject cd myproject `
3. migrate
` python manage.py makemigrations <app_name> python manage.py migrate <app_name> `
4. run application with standalone django models:
` python query_resolver.py `
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
File details
Details for the file django_db_only-0.0.3.tar.gz
.
File metadata
- Download URL: django_db_only-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a54345bb61f234a9ff197df0b6c3c46baf71a8768035994517eb7eb3bc5222da |
|
MD5 | 32c9681aa8f293d349ee5ec1beb30ed1 |
|
BLAKE2b-256 | 626e29455dd4c7f6b17d0e385a4e67cf1c510443c1860aae55177365fa739d1e |