Danbooru-like taggable image board written in django
The images featured in those screenshots aren't mine! See Image Sources for the sources!
- Clone the repo
- run
pip install -r requirements.txt - Install postgresql
- Create
mediadirectory under the root dir - Create new psql db
- Set the db in
settings.py - Create a directory called
staticfilesunder the root directory - Run
python manage.py collectstatic - Create two folders called
migrationsin bothpostsandaccountsdirectory, and create an empty file called__init__.pyinside them - Run
python manage.py migrate - Run
python manage.py makemigrations - Run
python manage.py migrateagain - Run
python manage.py runserverand everything is ready. You can test it
Make the tags query params, not paths(Actually both)Make the search bar worksMake the search bar works GloballyCreate better design (I'd be really happy if someone could contribute to this)(Almost done thanks to this guy :) )Make next/before on post detail works with tags- Responsive grid (Almost done)
- API with djangorestframework
- Pools
- Favorite feature

