A webpanel for generating wirguard configurations
To set up a development environment do the following:
- Clone the repo
- Create a virtual environment in the root of the repo
python -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the python dependencies
pip install -r requirements.txt
- Migrate your database
python webpanel/manage.py migrate
- Create a file called "debug.txt" in the webpanel directory
touch webpanel/debug.txt
- Run the test server
python webpanel/manage.py runserver