Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.08 KB

File metadata and controls

38 lines (27 loc) · 1.08 KB

Create Scalable Websites using django

SYNOPSIS

This is practice development to get you going with django (python framework). Much more info is available via django official documentation.

IMPORTANT

You need python 3.6.3 (comes with pip and virtualenv) and django 1.11.1

Other relevant dependencies include but are not limited to node v10.5.0 or higher (comes with npm)

GET - STARTED

Assumptions

  • Configure Git and Github
  • Fork and clone the repo
  • Activate your virtual environment
  • PostgreSQL server 9.6

Configure

  • Use pip to install requirements (python dependencies)
  • Create a database and the user
  • Run manage.py to makemigrations/migrate
  • If you are successful, thus far, do manage.py runserver

Contribution guidelines

  • Gitflow remote collaboration model
  • Code review (pull requests)
  • Writing tests (Unit and Functional tests)
  • Other guidelines shall be issued with time.

Who i talk to?