mialtgg / Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run this project you need to fallow this steps:

open the project and contuine the project file. You need to some libraries for Django framework and database connection so create a virtaul env and install the requirements.txt libraries To create virtual env: python -m venv venv_name After creating a venv you need to install requirements.txt. The quick way for this go to the directory of requirements.txt and run this code in your terminal : pip install -r requirement.txt

You need to be same directory with your project manage.py file.

To run this project you need to write python manage.py runserver on your comand prompt. ( Using python venvs recommended and needed.)

Everything should be ready after this fallowing stepts

About


Languages

Language:Python 78.6%Language:HTML 21.4%