/smallplexsites

Smallplex - Shares and Investor landing page, with links/redirects to separate web apps.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Smallplex

Smallplex - Shares and Investor landing page, with links/redirects to separate web apps. http://smallplex.com

Smallplex Properties

Set-up and installation:

  1. git clone https://github.com/osonwanne/smallplexsites.git

  2. cd smallplexsites

  3. virtualenv .

  4. source bin/activate

  5. 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
  1. python manage.py migrate

  2. python manage.py collectstatic

  3. python manage.py runserver

  • Update host with Sendgrid credentials in base.py settings