Skip to content

Project Setup

No due date 0% complete

We need to get the ground work laid for this project. We will be moving away from the single-page application idea, since there is simply not enough time to build a web API and dynamic front-end. Instead, we will be working with Django to put a typical site together.

That being said, we need to get code committed up that lays out the structure of this pro…

We need to get the ground work laid for this project. We will be moving away from the single-page application idea, since there is simply not enough time to build a web API and dynamic front-end. Instead, we will be working with Django to put a typical site together.

That being said, we need to get code committed up that lays out the structure of this project with appropriate information-hiding. For example, we should all be working in a Python virtual environment (virtualenv) where sensitive information is stored in environment variables (not in settings.py!).

Loading