/YaMDB-templates

This is the Django template version of YaMDB - social network where users can publish their diaries and notes, subscribe to other users, and comment on their articles.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

YaMDB

Post, read, comment. Or all at once

This is the Django template version of YaMDB - social network where users can publish their diaries and notes, subscribe to other users, and comment on their articles. If you need version based on API please check this link.

Powered by
N|Python Django
HTML5 CSS3
N|SQLite

Installing

For linux system or WSL

Get source

git clone git@github.com:ImreTot/YaMDB-templates.git

In this project we use python3.9. Make virtual environment

python3 -m venv venv
source venv/bin/activate

Install pip and dependencies

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

Migrations

python manage.py makemigrations
python manage.py migrate

License

MIT
Free Software, Hell Yeah!