Need in system:
- sudo pip install virtualenv
Run:
- virtualenv tmp_acgg
- source venv/bin/activate
- pip install -r requirements.txt
- See to it that DEBUG = True in acgg/settings.py
- ./manage.py syncdb --all
- ./manage.py migrate --fake
- DEVELOP!
Deactivte:
Run: deactivate
Run:
- sudo pip install -r requirements.txt
- ./manage.py syncdb --all
- ./manage.py migrate --fake
Add social auth codes for Google and Facebook you need both client_id and secret see: https://github.com/pennersr/django-allauth#providers
This is controlled by what apps are in INSTALLED_APPS. Look for: allauth.socialaccount.providers.<something>