Metadata-Version: 2.1
Name: django-data-replication
Version: 1.0.1
Summary: Django Data Replication for Splunk and/or Mongo
Home-page: https://github.com/icmanage/django-data-replication
Author: Steven Klass
Author-email: sklass@icmanage.com
License: UNKNOWN
Download-URL: https://github.com/icmanage/django-data-replication/archive/1.0.1.tar.gz
Project-URL: Source, https://github.com/icmanage/django-data-replication
Project-URL: Bug Reports, https://github.com/icmanage/django-data-replication/issues
Project-URL: Say Thanks!, http://saythanks.io/to/rh0dium
Keywords: django mongo splunk replication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
Requires-Dist: django (<2,>=1.7)

# Django Data Replication

This will allow you to replicate data to another place - Like mongo for analytics.

Learn more https://github.com/icmanage/django-data-replication.

### Build Process:
1.  Update the `__version_info__` inside of the application. Commit and push.
2.  Tag the release with the version. `git tag <version> -m "Release"; git push --tags`
3.  Build the release `rm -rf dist build *egg-info; python setup.py sdist bdist_wheel`
4.  Upload the data `twine upload dist/*`


