NITDgpOS / festcms

Fest management system using Django
21 stars 30 forks source link

Use SlugField in all model identifiers #101

Open ghoshbishakh opened 7 years ago

ghoshbishakh commented 7 years ago

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: