Skip to content

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

Notifications You must be signed in to change notification settings

MominIqbal-1234/quick-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Downloads quick-django

Downloads

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/
developed by Momin Iqbal

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published