Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulocheque/python-django-bootstrap
https://github.com/paulocheque/python-django-bootstrap
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulocheque/python-django-bootstrap
- Owner: paulocheque
- License: mit
- Created: 2014-08-07T20:28:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T01:22:29.000Z (about 10 years ago)
- Last Synced: 2024-12-02T07:55:56.873Z (25 days ago)
- Language: JavaScript
- Size: 2.81 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
{{ project_name }}
=======================pip install django==1.7
mkdir {{ project_name }} ; django-admin.py startproject --template https://github.com/paulocheque/python-django-bootstrap/zipball/master --extension py,md,rst --name app_menu.html,index.html,Rakefile,Procfile {{ project_name }} {{ project_name }} --verbosity 3
virtualenv env -p python2.7
source env/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
open http://localhost:8000sudo python manage.py runserver 0.0.0.0:80
Accout templates:
-------------------https://github.com/paulocheque/django-allauth/tree/master/allauth/templates