This project is for managing firewalls
- make a virtual environment with python3 (e.g. python 3.6.9)
- enable virtual environment
- execute
pip install -r requirements.txt - copy firewall/settings.py.sample to settings.py and configure new setting file
- make migrate with
python3 manage.py migrate - create a super user by
python3 manage.py createsuperuser - run server
python3 manage.py runserver
- enable virtual environment
- execute backup.py in root directory
python backup.py - backup will save is /backups folder
- enable virtual environment
- execute restore.py followed by file name in root directory
python restore.py BACKUPFILE