-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started: Development
Aaron Perley edited this page Jun 21, 2016
·
6 revisions
Note: This tutorial describes development for the Django application. For information on how to use the website or API please consult the other tutorials.
This tutorial is not done. If you are interested in helping to develop this project contact Brent Strysko.
- python3.4
- MySQL Server
- git
- pip(3.4)
git clone https://github.com/CMU-Robotics-Club/roboticsclub.org
cd RCCentrum/
pip3.4 install -r requirements.txt
- Create file crm/settings.py and override
databases
to the correctNAME
,USER
, andPASSWORD
and setSECRET_KEY
to a random string. ./manage.py migrate
./manage.py runserver
- go to localhost:8000/
fab deploy
templates/
<app name>/templates/<app name>/
static/
Where possible this project uses the Jade Markup language. Please do not sure raw HTML if possible.