-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started: Development
bstrysko edited this page Jan 4, 2015
·
6 revisions
- python3.4
- MySQL Server
- git
- pip(3.4)
git clone https://github.com/CMU-Robotics-Club/roboticsclub.orgcd RCCentrum/pip3.4 install -r requirements.txt- Create file crm/settings.py and override
databasesto the correctNAME,USER, andPASSWORDand setSECRET_KEYto a random string. ./manage.py migrate./manage.py runserver- go to localhost:8000/
templates/<app name>/templates/<app name>/static/
Where possible this project uses the Jade Markup language. Please do not sure raw HTML if possible.