A small social network for authors.
It is a small social network where authors can write posts and attach images to them. Readers can comment on the authors' posts, subscribe to them and follow the posts of selected authors in a separate feed. Also, posts can be assigned to a separate thematic group, where all posts on this topic will be collected, if the author specified it when creating the post. The project implements a system of registrations and authorizations. The author or administrator has the right to edit or delete posts.
- Python 3.7
- Django 2.2.6
- Install and activate the virtual environment
- Install all packages from requirements.txt
pip install -r requirements.txt
- Run in command line:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Visit the homepage and start using