Metadata-Version: 2.1
Name: corgy-erp
Version: 1.0.9
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
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
Requires-Dist: celery (==4.4.2)
Requires-Dist: django (==3.0.6)
Requires-Dist: django-address (==0.2.2)
Requires-Dist: django-avatar (==5.0.0)
Requires-Dist: django-configurations (==2.2)
Requires-Dist: django-cors-headers (==3.2.1)
Requires-Dist: dj-database-url (==0.5.0)
Requires-Dist: django-material (==1.6.7)
Requires-Dist: django-phonenumber-field (==4.0.0)
Requires-Dist: django-profile (==0.0.3)
Requires-Dist: djangorestframework (==3.11.0)
Requires-Dist: django-viewflow (==1.6.1)
Requires-Dist: packaging (==19.2)
Requires-Dist: pip (==19.2)
Requires-Dist: phonenumbers (==8.12.3)
Requires-Dist: python-dotenv (==0.13.0)
Requires-Dist: python-memcached (==1.59)
Requires-Dist: sentry-sdk (==0.14.4)
Requires-Dist: uwsgi (==2.0.18)
Requires-Dist: psycopg2

# 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
```


