Is a web application intended to explore templates for django-admin.py
projects/apps and cookiecutter
.
Try it: http://djangoboot.com
- This project was created for the DjangoDash competition.
- Thanks to Sophilabs team for the place and food!
- Thanks to 2Scoops for inspiring us with the idea. Buy the book!
git clone git@github.com:sophilabs/djangoboot.git
cd djangoboot
virtualenv ~/envs/djangoboot --distribute
source ~/envs/djangoboot/bin/activate
pip install -r requirements/development.txt
cd app
#Create your postgres database first
python manage.py syncdb --migrate
python manage.py runserver
wget http://mirrors.sonic.net/apache/lucene/solr/4.4.0/solr-4.4.0.tgz
tar --extract --file=solr-4.4.0.tgz
cd solr-4.4.0/example
cp -R <djangoboot-path>/solr solr-4.4.0/example/solr/boots
java -jar start.jar
djangoboot is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.
djangoboot is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.