pclubuiet / website

Programming club, PU official website.
https://pclubuiet.herokuapp.com
GNU General Public License v3.0
14 stars 70 forks source link

Andrew #117

Closed AndrewTelleria closed 6 years ago

AndrewTelleria commented 6 years ago

Fixes issue #115

Changes: Added two models to the model file. The first model is the Resource model and the second is the Resources model that has a ForeignKey from the Resource model.

Demo Link: [Add here the link where your changes can be seen]

Screenshots for the change:

AndrewTelleria commented 6 years ago

The travis build is failing because python3 manage.py makemigrations and python3 manage.py migrate are not being run during the build.