This is a getdev project test
Atleast Python 3.6 is required
Technology Used: Django 2.0.6 (Python 3)
Database: SQLite 3 (SQLite is used because it can be safely assumed that it would not be a very busy site and enterprise level database can be avoided)
-
Clone repository
git clone https://github.com/Akoh1/project_for_getdev.git
-
Setup virtualenvironment with virtualenvwrapper
mkvirtualenv getdev
-
Install requirements
pip install -r requirements.txt
-
Migrate
python manage.py migrate
-
Run Server
python manage.py runserver