Skip to content

The shortest way to create Django project with a single file.....

License

Notifications You must be signed in to change notification settings

umairqadir97/minimal-django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

minimal-django-project

The shortest way to create Django project with a single file.....

The aim of this repository is to highlight the fact that a Django project, when simplified down to the bare essentials, can be nearly as minimal as a micro-framework application.

To run it:

  1. Install Python
  2. Install Django. If you have pip: pip install Django
  3. Switch to the project directory: cd minimal-django
  4. Run the development server: python minimal.py runserver
  5. Open a browser to http://127.0.0.1:8000/

About

The shortest way to create Django project with a single file.....

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages