Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 627 Bytes

File metadata and controls

30 lines (18 loc) · 627 Bytes

Third SIPPAN Site

SIPPAN is an event of a technical-scientific nature, held annually by the Graduate Program in Food and Nutrition (PPGAN) of the Federal University of Piauí.

Dependency

  • Localflavor

Used for some fields validation. pip install django-localflavor.

  • Pillow

Used in the image field on the models. pip install pillow.

  • NTPLib

Used to catch the actual and right time. pip install ntplib.

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