Flango
A Django template for using Flask for the frontend, Django for the backend.
Install / Use
/learn @not-kennethreitz/FlangoREADME
Flango Starter Template
An utterly fantastic project starter template for Django 2.0, using Flask as a frontend.
How it works
frontend.pycontains your Flask application, which is used for your frontend.- The django application is routed to
/admin.
Features
- Flask for the frontend, using the Django ORM.
- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
- Enhancements to Django's static file serving functionality via WhiteNoise.
- Latest Python 3.6 runtime environment.
How to Use
To use this project, follow these steps:
- Create your working environment.
- Install Django and Flask (
$ pipenv install --no-hashes) - Create a new project using this template
Creating Your Project
Using this template to create a new Django app is easy::
$ django-admin.py startproject --template=https://github.com/kennethreitz/flango/archive/master.zip --name=Procfile --name=Pipfile helloworld
(If this doesn't work on windows, replace django-admin.py with django-admin)
You can replace helloworld with your desired project name.
Deployment to Heroku
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
License: MIT
Further Reading
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
