Metadata-Version: 2.1
Name: django-congo
Version: 2.3.1
Summary: Django Congo contains many useful tools for faster and more efficient Django application developing.
Home-page: https://integree.eu/en/solutions/congo/
Author: Integree Bussines Solutions
Author-email: hello@integree.eu
License: MIT License
Download-URL: https://pypi.python.org/packages/source/d/django-congo/django-congo-2.3.1.zip
Keywords: django-congo congo django utils integree
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django :: 1.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: django-admin-tools (~=0.8.0)
Requires-Dist: django-appconf (~=1.0.0)
Requires-Dist: django-bower (~=5.2.0)
Requires-Dist: django-filter (~=2.1.0)
Requires-Dist: django-mptt (~=0.9.0)
Requires-Dist: django-parler (~=1.9.0)
Requires-Dist: pillow (~=4.1.0)
Requires-Dist: premailer (~=3.1.0)
Requires-Dist: py-moneyed (~=0.8.0)
Requires-Dist: pycryptodome (~=3.6.0)
Requires-Dist: suds-jurko (~=0.6.0)
Requires-Dist: unidecode (~=1.0.0)

# Congo

![Python version](https://img.shields.io/pypi/pyversions/django-zip-code-api.svg)
![Django version](https://img.shields.io/badge/django-1.11%20or%20newer-green.svg)
![PyPI version](https://img.shields.io/pypi/v/django-zip-code-api.svg)
![Licence](https://img.shields.io/pypi/l/django-zip-code-api.svg)
![Downloads](https://img.shields.io/pypi/dm/django-zip-code-api.svg)

Django Congo contains many useful tools for faster and more efficient Django application developing.

----

## Requirements

Djanog Congo requires Python 2.7 and Django 1.10 or newer.

## Installation

To install zip-code-api, run the following command inside this directory::

```
python setup.py install
```

You can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on your system::

```
python setup.py develop
```

If you're using `pip`:

```
pip install django-zip-code-api
```

You can also install directly from GIT repo:

```
pip install git+https://gitlab.com/integree/zip_code_api.git
```

or, if you need install from branch:

```
pip install git+https://gitlab.com/integree/zip_code_api.git@branch-name
```

## Development

Before you start verify that packages bellow are installed:

- Python 2.7
- Microsoft Visual C++ Compiler for Python 2.7
- MySQL 5.6 or 5.7 x64
- MySQL Connector C 6.0.2
- Git for Windows
- GetText
- Ruby & Compass
- Node & Bower
- virtualenv
- virtualenvwrapper-win

Verify that WORKON_HOME points to virtual env home directory

```
set WORKON_HOME
```

Make virtual env

```
virtualenv -p "c:\Python27\python.exe" "%WORKON_HOME%\congo"
workon congo
```

Verify Python version is 2.7.x

```
python -V
```

Upgrade PIP and verify it's version

```
python -m pip install --upgrade pip
pip -V
```

Set project dir

```
cd \serwer\www\congo
setprojectdir .
```

Install requirements

```
pip install -r env\requirements.txt
```

Run Django migrations

```
migrate.bat
```

Run HTTP server

```
runserver.bat
```

## Authors

This project was implemented by [Integree Bussines Solutions](https://www.integree.eu) from Warsaw, Poland

