Y
Hacker News
new
|
ask
|
show
|
jobs
by
senko
5109 days ago
Or just have a skeleton/boilerplate code in a repo and clone it for each new project. Here's mine
http://github.com/senko/dj-skeletor
(feat. south, debug toolbar, raven/sentry, fabric).
1 comments
mgrouchy
5108 days ago
Django also allows you to specify project templates
https://docs.djangoproject.com/en/dev/ref/django-admin/#star...
, very useful.
There is also support for app templates as well if you want to go that far.
link
There is also support for app templates as well if you want to go that far.