CMPUT404-project-socialdistribution
See project.org (plain-text/org-mode) for a description of the project.
Make a distributed social network!
- Create a virtual environment
virtualenv venv
- Activate the environment.
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the setup
python setup.py
- Create a superuser:
python manage.py createsuperuser
- Run the server
python manage.py runserver
-
Go to http://127.0.0.1:8000/admin and log in using the account you created. Then navigate to 'Sites' and click 'Add Site'. The Domain Name will be: http://127.0.0.1:8000. Click 'Save' and you will now be redirected back to the list of sites.
-
Click on the site you just created. Look at the address bar and notice the number: http://127.0.0.1:8000/admin/sites/site/THIS.NUMBER/. Go to mysite/settings.py and look for the SITE_ID variable. Make sure that variable is set to THIS.NUMBER.
Contributors:
Karim Baaba
Ali Sajedi
Kyle Richelhoff
Chris Pavlicek
Derek Dowling
Olexiy Berjanskii
Erin Torbiak
Abram Hindle
Kyle Hayward