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.
- Host: GitHub
- URL: https://github.com/skyl/django-boiler
- Owner: skyl
- Created: 2009-05-21T00:08:46.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2010-07-10T20:50:56.000Z (almost 16 years ago)
- Last Synced: 2025-03-17T03:25:40.539Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://skyl.org
- Size: 738 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.