-
Notifications
You must be signed in to change notification settings - Fork 246
Proposed Features
Arun Ravindran edited this page Mar 23, 2015
·
3 revisions
- Add py.test in the dev env. Change app template to include it.
- Include
django compressor
. Full python sass pipeline might be ambitious.- Short tip on django compressor and pyscss
- Twitter scss port. Adding as a sub-module in github.
- See also django-pyscss
- Bootstrap setup in Django tutorial part 2
- Add 404.html and 500.html
- Logging into files for debugging: http://www.caktusgroup.com/blog/2015/01/27/Django-Logging-Configuration-logging_config-default-settings-logger/
- Include a fabfile (or some other Py 3 compatible deployer like Paver) to push to a Cloud host
- Add a better debugger like werkzeug by adding a few lines to wsgi.py
- Add a template debugging tag for breaking pdb or any other debugger?
- Add a simple user profile model https://github.com/arocks/edge/issues/2
- Extract navbar into a
_navbar.html
with a navigation pattern - Admin themed with bootstrap. Try to have foreign key drop down.
- Django suit is not fully free. See Pricing.
- Grappelli (not bootstrap :( but so many good features)
- django-admin-bootstrapped (light but no foreign key part) Intro post
- django-admin-bootstrap Responsive
- Or simply override the templates in admin folder
- Add password reset and change forms
- Add messages (See simple example )
- Add crispy forms for bootstrapped forms
- Sign in, sign out and sign up forms using crispy
- Include Django Debug toolbar