Skip to content

A lightweight Django project - because Django can be nearly as simple as Flask

License

Notifications You must be signed in to change notification settings

TidyData/minimal-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Minimal Django

A "Hello World" for Django...Because Django can be nearly as simple as Flask.

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. Clone this repository: git clone https://github.com/rnevius/minimal-django.git
  4. Switch to the project directory: cd minimal-django
  5. Run the development server: python minimal.py runserver
  6. Open a browser to http://127.0.0.1:8000/

About

A lightweight Django project - because Django can be nearly as simple as Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%