Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 455 Bytes

VPN

Simple app Django and DataTables

Clone project: git clone https://github.com/KevinShindel/VPN

Create virtual environment (Python 3): virtualenv -p python3 vpn_env/

Activate it . ./vpn_env/bin/activate

Install requirements: pip install -r requirements.txt

Apply all migrations: python manage.py migrate

Create super user: python manage.py createsuperuser

Running project: python manage.py runserver