/video_village

Video Village project

Primary LanguagePythonMIT LicenseMIT

Video Village for Spartanburg

Built with Cookiecutter Django

Getting Started

pyvenv venv
  • activate the virtual environment
source venv/bin/activate
  • install the project requirements into the virtual environment:
pip install --upgrade pip
pip install -r requirements/local.txt
  • run the project's migrations to get a local sqlite database established:
python manage.py migrate
  • Create an administrative user for local use and development:
python manage.py createsuperuser
python manage.py runserver

Before submitting a pull request, please ensure tests pass locally. Also add new tests when incorporating new functionality or changing existing behavior.

python manage.py test

License

MIT See LICENSE for details.