Skip to main content

quick-django save your time and increase your development speed in django project

Project description

quick-django

Create django project quickly single command with all necessary file like djnago app, urls.py, templates folder, static folder and add the default code in view.py,models.py,admin.py and create index.html

How to use quick-django

Step: 1

pip install quick-django

Step: 2

Window

open cmd in your porject folder and run this command

python -m quick-django myproject myproject_app 

Linux

open terminal in your porject folder and run this command

python3 -m quick-django myproject myproject_app 

Configuration

# setting.py
 INSTALLED_APPS = [
            ....
       'myproject_app',
       
        ]

For Rest-Api

Window

open cmd in your porject folder and run this command

python -m quick-django myproject myproject_app --restapi

Linux

open terminal in your porject folder and run this command

python3 -m quick-django myproject myproject_app --restapi

Configuration

# setting.py
 INSTALLED_APPS = [
            ....
       'myproject_app',
       'rest_framework'
       
        ]

Check Our Site : https://mefiz.com
pypi site : https://pypi.org/project/quick-django/

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

quick-django-1.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

quick_django-1.4-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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