corbinbs / video_village

Video Village project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Video Village project

License:MIT License


Languages

Language:Python 68.2%Language:HTML 28.9%Language:CSS 2.3%Language:JavaScript 0.7%