Skip to content

A taggable imagebord built in Django. Based on Danbooru.

License

Notifications You must be signed in to change notification settings

Polytelus/Boorunaut

 
 

Repository files navigation

Boorunaut

Build Status

Welcome page screenshot of Boorunaut

Boorunaut is a taggable imageboard built in Django. Based on Danbooru.

It is able to be used locally to categorize images, or ready to configure and deploy as a website.

Features

  • Posts;
  • Gallery system;
  • Tagging system, with aliases and implications;
  • Control panel, including mass renaming, hash banning, mod queue and more.

Installing

You can run INSTALL.sh on Linux to automatically setup everything on a virtual environment locally. You can also check the documentation above for more detailed instructions on setting up locally or on Heroku.

pip install Boorunaut
boorunaut startproject mysite
cd mysite
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

By default, the database is set to SQLite. For production, it is recommended to change it to another one, like PostgreSQL.

About

A taggable imagebord built in Django. Based on Danbooru.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 39.8%
  • Python 35.3%
  • HTML 24.0%
  • JavaScript 0.9%