8000 GitHub - eraline/yatube: hw05 final
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

eraline/yatube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YATube

YATube - is a blogging platform where users can write posts, adding pictures, leave comments and follow favourite authors.

Stack:

Python 3, Django 2.2, pytest, bootstrap

How start project:

Clone a repository and go to command line:

git clone git@github.com:eraline/yatube.git
cd yatube

Create and activate virtual environment:

python3 -m venv env

For Windows:

source env/Scripts/activate  

For Linux:

source env/bin/activate  

Install dependencies from a file requirements.txt:

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

Apply migrations:

cd yatube
python3 manage.py migrate

Start project:

python3 manage.py runserver

URL: https://127.0.0.1:8000/

Admin panel: https://127.0.0.1:8000/admin/

About

hw05 final

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0