Best Flask open-source libraries and packages

Minimal django

A lightweight Django project - because Django can be nearly as simple as a microframework
Updated 1 month ago

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/
Tags flask python