Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 444 Bytes

File metadata and controls

25 lines (15 loc) · 444 Bytes

Chemistry WebSite

Developing a website for a chemistry course event.

Dependency

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