felipesoaresfl/django-todolist
Django project to create a to-do list, linked to a user.
ZorkoAnastasiya/Link_Shortener
Django link shortening app with user registration and authorization and storing link pairs in the database. Each user gets access to the list of his links.
JBthePenguin/CanteraSongLyrics
Django Web application with a list of songs with link to the lyrics and a calendar month by month with events.
sarthaksr19/To-Do-List
Build basic web app in django framework. Where user can Add/delete its work from the list. Hosted on heroku. Link is given below
nejilabs/CS-PythonDjangoTutorial-BlogSocialMediaWebApp-20190218
🧩 Corey Schafer - Django Tutorials (Python Django Tutorial: Full Featured Web App [Course]) (Feb 18, 2019) | Link: https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
peterkush/django-IP1
Is a photo gallery web application to showcase beautiful pictures. Users get can view photos uploaded by admin. Users can see photos based on the location, by clicking on the listed locations in the menu. They can also copy the link to a photo to paste at their discretion. They can also search for photos based on the categories.
Evan-cell/pictorial
A personal gallery is a simple photo gallery web application to showcase beautiful pictures and designs. Users get to view photos updated by the site admin. Users can see photos based on the location, by clicking on the listed locations in the menu. They can also copy the link to a photo to paste at their discretion.
Evan-cell/gallery
safia88/recipebox
Create a new application that serves recipes from different authors. An index page that lists all titles of the loaded recipes. Each title is a link that takes you to a single page with the content of that recipe. Each detail view for a recipe has the author name. Clicking on the author's name should take you to an Author Detail page, where you can see a list of all the recipes that Author has contributed to. Make all of the models accessible by the Admin only.