Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhsiddiqui/flask-djangofy
Djangofy the flask.
https://github.com/mhsiddiqui/flask-djangofy
Last synced: about 2 months ago
JSON representation
Djangofy the flask.
- Host: GitHub
- URL: https://github.com/mhsiddiqui/flask-djangofy
- Owner: mhsiddiqui
- License: mit
- Created: 2020-12-17T18:19:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T18:02:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T21:24:47.535Z (3 months ago)
- Language: Python
- Homepage: https://flask-djangofy.readthedocs.io/en/latest/
- Size: 117 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flask-Djangofy
flask-djangofy is a library which enable you write your flask app just like Django app. You will make urls just like Django, define settings just like Django. You will make project structure just like Django where you will have multiple apps against your each module and define urls for each app separately.
Read the full documentation [here](https://flask-djangofy.readthedocs.io/en/latest/).