Skip to main content

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


Download files

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

Source Distribution

django_db_only-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

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