Skip to content

crcresearch/codecamp-skillinator-django

Repository files navigation

codecamp-skillinator-django

django app for CRC Code Camp Skillsmatrix project

Setup

Prerequisites

  • Python 2.7.x
  • Virtualenv (optional)
  • Pip
  • Sqlite

Installation/Initialization

git clone https://github.com/crcresearch/codecamp-skillinator-django.git
pip install -r requirements.txt
codecamp-skillinator-django/manage.py migrate
codecamp-skillinator-django/manage.py createsuperuser
codecamp-skillinator-django/manage.py runserver

Contributing Guidelines

All contributions from non-c3 participants should be made via Pull Requests to the master branch. C3 team members may push directly to the master branch. This may change as the application matures.

App Entity Relationship Diagrams

Skillsmatrix App structure reflects the following ERD: alt text

About

django app for CRC Code Camp Skillsmatrix project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published