Coder Social home page Coder Social logo

codecamp-skillinator-django's Introduction

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

codecamp-skillinator-django's People

Contributors

creinkin avatar david-pettifor-nd avatar bfox6 avatar calebreinking avatar jolson6 avatar

Watchers

James Cloos avatar Alexander Vyushkov avatar  avatar  avatar  avatar

codecamp-skillinator-django's Issues

Django Models - ExtraCredit

Use the ERD on the base readme of the repo to develop the ExtraCredit django model:

Do the following steps to complete the implementation

  1. Fill in the models.py with the model definition
  2. Register the model with the admin interface
  3. Overwrite the __str__ function to create a nicely formatted string to represent the object
  4. Make the migration for the model change (IMPORTANT NOTE: To not have migration naming conflicts between concurrent work, migrations should use the ‘name’ option available to the command https://docs.djangoproject.com/en/1.9/ref/django-admin/#cmdoption-makemigrations--name)
  5. Use git to commit and push all changes/new files to github master branch.
  6. Add label of 'ready to review' on this GitHub Issue for review by @creinkin

Django Models - Developer

Use the ERD on the base readme of the repo to develop the Developer django model:

Do the following steps to complete the implementation

  1. Fill in the models.py with the model definition
  2. Register the model with the admin interface
  3. Overwrite the __str__ function to create a nicely formatted string to represent the object
  4. Make the migration for the model change (IMPORTANT NOTE: To not have migration naming conflicts between concurrent work, migrations should use the ‘name’ option available to the command https://docs.djangoproject.com/en/1.9/ref/django-admin/#cmdoption-makemigrations--name)
  5. Use git to commit and push all changes/new files to github master branch.
  6. Add label of 'ready to review' on this GitHub Issue for review by @creinkin

Django Models - DeveloperSkill

Use the ERD on the base readme of the repo to develop the DeveloperSkill django model:

Do the following steps to complete the implementation

  1. Fill in the models.py with the model definition
  2. Register the model with the admin interface
  3. Overwrite the __str__ function to create a nicely formatted string to represent the object
  4. Make the migration for the model change (IMPORTANT NOTE: To not have migration naming conflicts between concurrent work, migrations should use the ‘name’ option available to the command https://docs.djangoproject.com/en/1.9/ref/django-admin/#cmdoption-makemigrations--name)
  5. Use git to commit and push all changes/new files to github master branch.
  6. Add label of 'ready to review' on this GitHub Issue for review by @creinkin

Django Models - Skill

Use the ERD on the base readme of the repo to develop the Skill django model:

Do the following steps to complete the implementation

  1. Fill in the models.py with the model definition
  2. Register the model with the admin interface
  3. Overwrite the __str__ function to create a nicely formatted string to represent the object
  4. Make the migration for the model change (IMPORTANT NOTE: To not have migration naming conflicts between concurrent work, migrations should use the ‘name’ option available to the command https://docs.djangoproject.com/en/1.9/ref/django-admin/#cmdoption-makemigrations--name)
  5. Use git to commit and push all changes/new files to github master branch.
  6. Add label of 'ready to review' on this GitHub Issue for review by @creinkin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.