festcms
festcms copied to clipboard
Fest management system using Django
Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 6.2.0. Release notes *Sourced from [pillow's releases](https://github.com/python-pillow/Pillow/releases).* > ## 6.2.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html > > ## 6.1.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html > > ## 6.0.0 > No release...
Bumps [python-gnupg](https://bitbucket.org/vinay.sajip/python-gnupg) from 0.4.1 to 0.4.4. Commits - See full diff in [compare view](https://bitbucket.org/vinay.sajip/python-gnupg/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
Alongwith Django 1.11, python-social-auth and Pillow have been upgraded. Fixes #108.
@nkprince007 should we upgrade? The changes required that I am aware of is python-sicual-auth
https://travis-ci.org/NIT-dgp/festcms
This could be done as follows: - [ ] Create a model with Many-One relationship to `NavbarEntry`. (refer [ForeignKey](https://docs.djangoproject.com/en/1.10/topics/db/examples/many_to_one/) attribute) - [ ] Use the nested set inside `navbar.html` with...
Rename `organizerMember` to `OrganizerMember` Link to the change: https://github.com/NIT-dgp/festcms/blob/master/festflow/models.py#L115 - [ ] Rename the model - [ ] Run `python3 manage.py makemigrations`
As we know from #105 and #106 . We need atleast some basic tests to check if the views are atall working.
Identifiers are used in urls. So using a slugfield instead of custom regex will be better. https://docs.djangoproject.com/en/1.10/ref/models/fields/#slugfield So tasks are: - [ ] Change Event identifier https://github.com/NIT-dgp/festcms/blob/master/festflow/models.py#L20 - [ ]...