An open API service indexing awesome lists of open source software.

https://github.com/skyl/django-boiler

Serves static files in development, extra switch, 'LIVE' to use sqlite or import from local_settings.py more ready to develop/deploy and safely share.
https://github.com/skyl/django-boiler

Last synced: 10 months ago
JSON representation

Serves static files in development, extra switch, 'LIVE' to use sqlite or import from local_settings.py more ready to develop/deploy and safely share.

Awesome Lists containing this project

README

          

Django-Boiler
=============

A base project that just speeds my initial build up to development by
quite some amount of time really. Does all of the adjustments to settings
that I like and makes the project conveniently shareable with local_settings.py
and a premade .gitignore. All of those little things that I have to do before
I start shifting from development to production but I just want the admin
media served correctly without remembering what exactly I need to do. Has a
views.py with a bunch of imports so I don't have to remember or look up where
all of the stuff that I need is.

There is a PROJECT_DIR setting, a LIVE setting and everything is mobile and
safely shareable from the beginning. See DOC for how to use.

Oh yeah, and there is a wsgi file for deployment and a good fluid boiler layout
and css to make it really easy.

Thanks to http://designinfluences.com/. For the liquid grid layout.

Thanks to everyone who works on jQuery and Django.

There is a lot of static media that you can take or leave. A home url is
already plugged directly into templates/base.html.