Link to the code of the official website: https://github.com/AnotiaWang/animenz
git clone https://github.com/vadushkin/animenz_piano.git
cd animenz_piano
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser
git clone https://github.com/vadushkin/animenz_piano.git
cd animenz_piano
docker-compose up -d
docker-compose stop
/
- Main Pageadmin/
- Admin Panelabout/
- About Animenzdonate/
- Donationtags/
- Tagstags/<slug>/
- Tagpost/<slug>/
- Postarchives/
- Archive of all postscategories/
- Categoriescategories/<slug>/
- Category
api/v1/sheets/
- All postsapi/v1/sheets/<id>/
- Postapi/v1/sheets/tags/
- Tagsapi/v1/sheets/categories/
- Categoriesapi/v1/drf-auth/
- Authentication