Metadata-Version: 2.1
Name: corgy-erp
Version: 0.3.6
Summary: An opensourse ERP developed on django framework
Home-page: https://gitlab.com/corgy/corgy-erp.git
Author: lordoftheflies
Author-email: laszlo.hegedus@cherubits.hu
License: Apache 2.0 License
Description: # Corgy Enterprise Resource Planning
        
        ## Install for production
        
        ```shell
        virtualenv --python=/usr/bin/python3.7 .venv
        source .venv/bin/activate
        pip install corgy-erp
        ```
        
        ## Setup for local development
        
        ```shell
        python manage.py runserver
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Database
Description-Content-Type: text/x-rst
