Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophilabs/djangoboot
Site for starproject, startapp and cookiecutter templates.
https://github.com/sophilabs/djangoboot
unmaintained
Last synced: 18 days ago
JSON representation
Site for starproject, startapp and cookiecutter templates.
- Host: GitHub
- URL: https://github.com/sophilabs/djangoboot
- Owner: sophilabs
- License: mit
- Created: 2013-09-27T16:33:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T17:28:57.000Z (over 7 years ago)
- Last Synced: 2024-04-17T05:46:15.060Z (9 months ago)
- Topics: unmaintained
- Language: Python
- Homepage: http://djangoboot.com/
- Size: 1.24 MB
- Stars: 6
- Watchers: 24
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# djangoboot
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Is a web application intended to explore templates for `django-admin.py` projects/apps and `cookiecutter`.
Try it: http://djangoboot.com
## Authors
* [Sebastian Nogara](http://github.com/snogaraleal)
* [Pablo Ricco](http://github.com/pricco)## Credits and Thanks
* This project was created for the [DjangoDash](http://djangodash.com/) competition.
* Thanks to [Sophilabs](http://sophilabs.com) team for the place and food!
* Thanks to [2Scoops](https://django.2scoops.org/) for inspiring us with the idea.
[Buy the book!](http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/1481879707/ref=sr_1_2?ie=UTF8&qid=1366166104&sr=8-2&tag=cn-001-20)## Installation
git clone [email protected]: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
### Solrwget 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 /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](/LICENSE) file.## About
[![sophilabs.co](https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif)](https://sophilabs.co)
djangoboot is maintained and funded by sophilabs, inc. The names and logos for
sophilabs are trademarks of sophilabs, inc.