Skip to content

sophilabs/djangoboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangoboot

No Maintenance Intended

Is a web application intended to explore templates for django-admin.py projects/apps and cookiecutter.

Try it: http://djangoboot.com

Authors

Credits and Thanks

Installation

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

Solr

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

License

djangoboot is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.

About

sophilabs.co

djangoboot is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.

About

Site for starproject, startapp and cookiecutter templates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published