Skip to content

afa4/anime_recommendation_site

Repository files navigation

Anime Recommendation Site

required env vars

MAL_API_TOKEN=MyAnimeListJWTAccessToken
API_URL=http://host.docker.internal:8080
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,[::1]

django utils

python shell in django context:

python manage.py shell

run django server:

python manage.py runserver

About

Anime recommendation site django project

Resources

Stars

Watchers

Forks

Packages

No packages published