run: pip install -r requirements.txt
Note
can using postgresql for database and set your postger variables in to .env file(If you use postgresql, you must change the database in the settings)
run python manage.py makemigrations
and run python manage.py migrate
run python manage.py collectstatic
run python manage.py createsuperuser
and set username, email and password
run python manage.py runserver
and open 127.0.0.1:8000 in browser
well, you see a 404 page in 127.0.0.1:8000 add a anime to site for fix problem for this you open 127.0.0.1:8000/admin/ and enter username and password to login in django controlpanel afer login you create a anime
Important
you can change comment and rating settings in controlpanel for better look
- control panel
- favorits
- translators profile
- follow and unfollow system
- comment and rating system
- multilanguage(Farsi and English)
- drf api
- payment system
- and your idea