Developing a website for a chemistry course event.
- Localflavor
Used for some fields validation. pip install django-localflavor.
- Pillow
Used in the image field on the models. pip install pillow.
- Magic
Used to the file validation for the articles. apt-get install magic.
- Django-roles-permissions
Used to set the authentication in our views. pip install django-role-permissions.