https://github.com/iepathos/badmama
Badmama's Badass Django Project Template
https://github.com/iepathos/badmama
Last synced: 8 months ago
JSON representation
Badmama's Badass Django Project Template
- Host: GitHub
- URL: https://github.com/iepathos/badmama
- Owner: iepathos
- Created: 2014-01-04T19:32:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T04:13:44.000Z (over 12 years ago)
- Last Synced: 2024-04-19T15:22:20.985Z (about 2 years ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Badmama's Badass Django Project Template
========================================
Development Setup
=================
- ``mkproject badmama``
- ``pip install django``
- ``django-admin.py startproject --template=https://github.com/iepathos/badmama/archive/master.zip --extension=py,rst,html new_project``
- ``cd new_project``
- ``pip install -r requirements.txt``
- ``berks install``
- ``vagrant plugin install vagrant-berkshelf``
- ``vagrant up``
- ``./manage.py syncdb``
- ``./manage.py runserver``
Vagrantfile is not being ran through the templating, so {{ project_name }} isn't working. The default MySQL database is named badmama and the host will be to badmama.
Technology Behind Badmama
=========================
- Python
- Django 1.6.1
- Django REST Framework
- South
- Django-Sekizai
- Django-Registration
- MySQL
- Berkshelf
- Chef
- Vagrant
- Javascript
- JQuery
- Underscore
- Backbone
- ICanHaz (Moustache)
- Bootstrap 3