Metadata-Version: 2.1
Name: Boorunaut
Version: 0.4.3
Summary: A taggable imageboard built in Django.
Home-page: https://github.com/Boorunaut/Boorunaut
Author: Luk3M, NogardRyuu
Author-email: luk3@hotmail.com.br, thiago_dragon_@hotmail.com
License: MIT License
Description: # Boorunaut
        [![Build Status](https://travis-ci.com/Boorunaut/Boorunaut.svg?branch=master)](https://travis-ci.com/Boorunaut/Boorunaut)
        
        ![Welcome page screenshot of Boorunaut](assets/PostListingScreenshot.png)
        
        Boorunaut is a taggable imageboard built in [Django](https://www.djangoproject.com). Based on [Danbooru](https://github.com/r888888888/danbooru).
        
        It is able to be used locally to categorize images, or ready to configure and deploy as a website.
        
        * [Source repository](https://github.com/Boorunaut/Boorunaut)
        * [Documentation](https://boorunaut.gitbook.io/docs/)
        
        ## 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.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
