Simple script for adding Django ready template to projects
Dango_FEnd is a simple script for generating front end codes that can be easily used in Django project.
*Easy to use and Works with no external dependency.
To use, simply
- clone this repository to your parent django project folder
- issue python fend.py (desired template name)
E.g:
python fend.py login
to view a list of avalaible themes, use python fend.py -h
This would create your front-end.
Do check the quick start for sample codes and or help on how to implement the templates if you are new to python or Django
to get a list of all the available template options, simply type: python fend.py -h