Metadata-Version: 2.1
Name: Boorunaut
Version: 0.3.0
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
        Boorunaut is a taggable imagebord built in Django. Based on [Danbooru](https://github.com/r888888888/danbooru).
        
        * [Source repository](https://github.com/Boorunaut/Boorunaut)
        * [Documentation](https://boorunaut.gitbook.io/docs/)
        
        # Installing
        
        ```
        pip install Boorunaut
        boorunaut startproject mysite
        ```
        
        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
