My team and I will be creating a streaming platform for college students.
Final Documentation: https://docs.google.com/document/d/1Ade4GLuJo-tNt8V-AcJFqBCYGJb5CRpB5EEVj-yAeAM/edit Initial Documentation: https://docs.google.com/document/d/185dgJovxd9ESLktB6qRdgKDNmYTTbgji_wV9UVoMr4E/edit
https://www.figma.com/file/PAhnmLoO7tZTieCo4zc8Nl/Approved-designs-for-team-114?node-id=177%3A285
- Create a folder:
mkdir team114
- Change directory to the folder:
cd team114
- Clone main branch to folder:
git clone --branch main https://github.com/zuri-training/COL_FILMS_TEAM_114.git .
- Create virtual environment:
python3 -m venv m_env
- Activate virtual environment:
source venv/bin/activate
- Install Packages:
pip install -r requirements.txt
- Run database migration:
python manage.py makemigrations
andpython manage.py migrate
- For more information:
Users are found in accounts app.
Main app is fount in movies app.
Static folder hold all static files
- Using Default Templating, all pages are in the templates of each folder.