Skip to content

tripleten-com/kittygram_plus_en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project:

Clone the repository and open it in the command-line interface:

git clone https://github.com/practicum-com/kittygram_plus.git
cd kittygram_plus

Create and activate a virtual environment:

python3 -m venv env
  • If Linux/macOS

    source env/bin/activate
    
  • If Windows

    source env/scripts/activate
    

Install the dependencies from the requirements.txt file

python3 -m pip install --upgrade pip
pip install -r requirements.txt

Run migrations:

python3 manage.py migrate

Run the project:

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages