/fakerecipes

A Django app for internship application

Primary LanguagePython

FAKERECIPES project

Check fakerecipes.herokuapp.com


Actually I tried from scratch to learn about Django, so this project is basically cleaned version of it to serve at Heroku.

So to run locally provide a database or AWS credentials.


The structure of the project is quite simple. I've implemented models, forms from models and of course views.

To handle the user authentication, I customized the default Django user class

File uploads made with the Django-S3-Direct library.