Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (13 loc) · 778 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 778 Bytes

LANCMS 2

ARCHIVED PROJECT - NO LONGER A WORK IN PROGRESS

Old

  • Work in progress.
  • Python/Django-based.
  • Developed with PostgreSQL in mind.

Installing

  1. Create virtual environment with python3

  2. Make sure libjpeg-dev is installed

  3. Run 'pip install -r requirements.txt'

3a. Depending on your version of pip, you may get a warning about some packages not being in pip's primary index. (See http://www.pip-installer.org/en/latest/logic.html#externally-hosted-files). You may have to add "--allow-external " or something like that.

  1. Configuring facebook-authentication See the bottom part of http://djangosteps.wordpress.com/2013/09/19/setting-up-django-allauth/ for easy instructions (yes, you need a whatchamacallit... facebook-webpage-app)