Maker Network: Difference between revisions
From Pumping Station One
No edit summary |
m Robot: Cosmetic changes |
||
| Line 12: | Line 12: | ||
</nowiki></code> | </nowiki></code> | ||
get the code from github (https://github.com/tsaylor/Maker-Network) and cd into the top level directory. | get the code from github (https://github.com/tsaylor/Maker-Network) and cd into the top level directory. | ||
from inside your virtualenv install the requirements using pip and the requirements file | from inside your virtualenv install the requirements using pip and the requirements file | ||
| Line 20: | Line 20: | ||
</nowiki></code> | </nowiki></code> | ||
Now cd into the project directory and create your local_settings.py file. | Now cd into the project directory and create your local_settings.py file. You can probably just rename the example file. | ||
<code><nowiki> | <code><nowiki> | ||
| Line 33: | Line 33: | ||
==Useful stuff== | == Useful stuff == | ||
When testing, use these email settings in local_settings.py | When testing, use these email settings in local_settings.py | ||