Skip to content

Akoh1/project_for_getdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_for_getdev

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)

Installation

  • 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

About

This is a getdev project test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors