/Django-Default-Template

A default template for Django to get you up and running quicker. Works great with Heroku.

Primary LanguagePython

Django Default Template

Use this project as a means to get you started with your Django app quicker than the default startproject command.

Settings Options

By default the settings file lists the Django Debug Toolbar as in installed app. Feel free to comment this out if you don’t use it.

The settings file uses environment variables for various things I use commonly. You may find a few of them useful. You can find them at the bottom of the settings file.

Heroku

This template has a few features that will make hosting on heroku much easier. Using the default requirements file it will automatically cache your site if you install the memcache app and it will also serve static files through Tornado

Future

I will keep this updated as new Django versions are released and as I learn other new and nifty tricks. If you have any suggestions feel free to let me know or fork it and make something that works for your development environment.