Django Project for synchromizing two different poject that run in different environments.
do following steps in two different environment
git clone https://github.com/IsmoilovMuhriddin/TwoWaySync.git
cd TwoWaySync
create virtual environment and activate
virutalenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
database and create superuser
python manage.py migrate
python manage.py createsuperuser
# Integration/sync.py
PORT = ':9000' # this Should be Changed
OTHER_HOST = '127.0.0.1' # this Should be changed