festcms icon indicating copy to clipboard operation
festcms copied to clipboard

Fest management system using Django

Results 17 festcms issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-gnupg&package-manager=pip&previous-version=0.4.1&new-version=0.4.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

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

difficulty/hard
Discussion
importance/high

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...

design
difficulty/medium
feature
importance/medium

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`

difficulty/newcomer
importance/medium

As we know from #105 and #106 . We need atleast some basic tests to check if the views are atall working.

difficulty/hard
importance/high

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 - [ ]...

difficulty/low
importance/high