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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file quick-django-1.4.tar.gz.

File metadata

  • Download URL: quick-django-1.4.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for quick-django-1.4.tar.gz
Algorithm Hash digest
SHA256 9602392b61784ebfe33543de2a7241bece86dd5bec8eaa7da0fc752e399ad976
MD5 0c68d82a6a7365c86db4b0dd2786be05
BLAKE2b-256 6a0b7f784e3958830df007c2e885ed6bd02506b479f27ec24474b74057efab5f

See more details on using hashes here.

File details

Details for the file quick_django-1.4-py3-none-any.whl.

File metadata

  • Download URL: quick_django-1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for quick_django-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 aef353a5de65c2d3bab3e71c206ef97e154a92e6bf02f5dab6a91a4d7a3666a1
MD5 9d919f33916352ca7157ed11e735d38a
BLAKE2b-256 6bb6ec760396cbd7c41ad6f686cf6b9d38f68a79e3bed0bb056d4072ad00431d

See more details on using hashes here.

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