All Projects → rnevius → Minimal Django

rnevius / Minimal Django

Licence: mit
A lightweight Django project - because Django can be nearly as simple as a microframework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Minimal Django

Bento
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
Stars: ✭ 147 (-70%)
Mutual labels:  django, flask
Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (-61.22%)
Mutual labels:  django, flask
Zappa
Serverless Python
Stars: ✭ 11,859 (+2320.2%)
Mutual labels:  django, flask
Work At Olist
Apply for a job at Olist's Development Team: https://bit.ly/olist-webdev
Stars: ✭ 93 (-81.02%)
Mutual labels:  django, flask
Admin Dashboards
Admin Dashboards - Open-Source and Free | AppSeed
Stars: ✭ 275 (-43.88%)
Mutual labels:  django, flask
Dynaconf
Configuration Management for Python ⚙
Stars: ✭ 2,082 (+324.9%)
Mutual labels:  django, flask
Flango
A Django template for using Flask for the frontend, Django for the backend.
Stars: ✭ 188 (-61.63%)
Mutual labels:  django, flask
Python Testing Crawler
A crawler for automated functional testing of a web application
Stars: ✭ 68 (-86.12%)
Mutual labels:  django, flask
Zappa
Serverless Python
Stars: ✭ 224 (-54.29%)
Mutual labels:  django, flask
Cancan
cancan is a tiny permission controller base on ruby cancan library.
Stars: ✭ 244 (-50.2%)
Mutual labels:  django, flask
Pybooks
python books
Stars: ✭ 87 (-82.24%)
Mutual labels:  django, flask
Turkce Python Kaynaklari
Türkçe olarak hazırlanmış Python programlama dili ile ilgili içeriklerin derlendiği sayfa.
Stars: ✭ 295 (-39.8%)
Mutual labels:  django, flask
Pyreportjasper
Python Reporting with JasperReports
Stars: ✭ 77 (-84.29%)
Mutual labels:  django, flask
Python Resources 2019
A curated list of Python 3 resources, books, websites, tutorials, code challenges
Stars: ✭ 125 (-74.49%)
Mutual labels:  django, flask
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-85.92%)
Mutual labels:  django, flask
Pyrollbar
Error tracking and logging from Python to Rollbar
Stars: ✭ 169 (-65.51%)
Mutual labels:  django, flask
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+128.16%)
Mutual labels:  django, flask
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+133.67%)
Mutual labels:  django, flask
Authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
Stars: ✭ 2,854 (+482.45%)
Mutual labels:  django, flask
Python Articles
Monthly Series - Top 10 Python Articles
Stars: ✭ 288 (-41.22%)
Mutual labels:  django, flask

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/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].