Skip to content

Valijonzoda/media_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Media Site

This Django project is designed to manage and serve TV shows and movies.

Setup

  1. Clone the repository:
    git clone https://github.com/Valijonzoda/media-site.git
    cd media-site
    
  • Set up a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate   # On Windows, use: venv\Scripts\activate
    

Install the required dependencies:

pip install -r requirements.txt

Apply migrations and start the server:

python manage.py migrate
python manage.py runserver

Usage

To run the project using Docker, follow the Dockerfile and instructions in the repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published