COL_FILMS_TEAM_114
My team and I will be creating a streaming platform for college students.
Documentation Link
https://docs.google.com/document/d/185dgJovxd9ESLktB6qRdgKDNmYTTbgji_wV9UVoMr4E/edit
Designer's Figma Link
https://www.figma.com/file/PAhnmLoO7tZTieCo4zc8Nl/Approved-designs-for-team-114?node-id=177%3A285
Deployment
- 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.
designed the sign up pages
I designed the sign up pages for both desktop and mobile i also assisted the team lead in reviewing all the designed pages https://www.figma.com/proto/7zueKDuadAGhXDKJZjiiFk?node-id=0%3A1
Content Creators Pages
You are to create Content Creators Pages Using the Designs from the Designers team. Push your code to the alpha branch.
Remember to make your code responsive to mobile view of max-width 400px.