Smallplex - Shares and Investor landing page, with links/redirects to separate web apps. http://smallplex.com
Set-up and installation:
-
cd smallplexsites
-
virtualenv .
-
source bin/activate
-
pip install -r requirements.txt
(Optional - resolves ImportErrors on Ubuntu)
- sudo apt-get build-dep python-imaging
- sudo apt-get install libjpeg62 libjpeg62-dev
- pip install Pillow
- sudo easy_install django-treebeard
- sudo apt-get install python-unicodecsv
- pip install glue
-
python manage.py migrate
-
python manage.py collectstatic
-
python manage.py runserver
- Update host with Sendgrid credentials in base.py settings