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

KevinShindel/VPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test task for InStandart company for an backend developer position

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published