Skip to content

A small python package which will help you to quickly start your django project. It will create a django project with all the necessary files and folders in just single command.

License

Notifications You must be signed in to change notification settings

jaythorat/quickstart_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart_django

A small python package which will help you to quickly start your django project. It will create a django project with all the necessary files and folders in just single command.

MIT License

Istallation

  py -m pip install quickstart-django

Usage

  py -m quickstart_django project_name application_name

Run Locally

Install dependencies

  py -m pip install Django

Clone the project

  git clone https://github.com/jaythorat/quickstart_django

Execute the command

  py ./quickstart_django/src/quickstart_django/quickstart_django.py project_name application_name

This will create a working django application with all the initial setup which is needed to run the app. Just change directory to project directory and run py manage.py runserver

Tutorial

Quickstart_Django_Tutorial.mp4

Authors

About

A small python package which will help you to quickly start your django project. It will create a django project with all the necessary files and folders in just single command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages