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
media
directory under the root dir - Create new psql db
- Set the db in
settings.py
- Create a directory called
staticfiles
under the root directory - Run
python manage.py collectstatic
- Create two folders called
migrations
in bothposts
andaccounts
directory, and create an empty file called__init__.py
inside them - Run
python manage.py migrate
- Run
python manage.py makemigrations
- Run
python manage.py migrate
again - Run
python manage.py runserver
and 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