Metadata-Version: 2.1
Name: farapy
Version: 1.33.1
Summary: FaraPy is a smart content management system (CMS) written in Python.
Home-page: https://faral.tech
Author: Faral Team
Author-email: faral.ghaemi@gmail.com
License: BSD
Description: <h1 align="center">
            <img width="162" src="https://faral.tech/static/farapy.svg" alt="FaraPy Python CMS">
            <br>
            <br>
            FaraPy | The Best Python CMS
        </h1>
        <p>
        FaraPy is an smart open source python CMS built on Django. FaraPy is a SEO friendly content management system with lots of possibilities and really really easy to develop.
        </p>
        
        ### How to install
        
        local install on windows:
        
        if you have installed the python on your system jost go to foldre press the Shift + Right click and choose powershell or cmd
        then run this tow lines of commands:
        
        ``` bash
        pip install farapy
        farapy start sampleproject
        cd sampleproject
        python manage.py runserver 80
        
        ```
        then open your browser and type localhost to see the CMS :)
        * if you want to run it on other port, insted of 80 type your own port. for example: `python manage.py runserver 8000`
        for Entering to admin panel just add `/panel` at the end of your site url.
        <b>the default user name is:</b>`admin`
        and <b>The default password is:</b>`admin`
        
        
        ### Features
        
        * Great AI
        * Theme Editor
        * Theme Manager / Upload
        * Easy to develop
        * Comptible with Shared hosts which support python
        * Automatic cache system with AI
        * Fast process cause of great algorithms
        * SEOlized
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
