amccloud / django-project-skelLinks
To use run: django-admin.py startproject --template https://github.com/amccloud/django-project-skel/zipball/master --extension py,md,gitignore yourprojectname
☆149Updated 4 years ago
Alternatives and similar repositories for django-project-skel
Users that are interested in django-project-skel are comparing it to the libraries listed below
Sorting:
- A plugin for the Django-Debug-Toolbar to provide statistic logging and a UI for reviewing the logs.☆104Updated 13 years ago
- A sleek, lightweight, pluggable CMS app for Django.☆40Updated 14 years ago
- Fully portable Django payments application that can use any Order/Cart model.☆121Updated 12 years ago
- batch select many-to-many and one-to-many fields (to help avoid n+1 query problem)☆161Updated 13 years ago
- Main repo moved to https://github.com/KristianOellegaard/django-hvad☆69Updated 12 years ago
- A session backend which uses Django's secure cookie encoding and decoding functionality to store the whole session in the cookie, instead…