You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first time I worked on a webapp based on Django. It's a basic #Diary app (#diarymanagement or #journaling) with few features and simple UI. I used SQLite #database for this app. Features of app are are:
Register/Login/Logout
Create an entry
Update your previous entry
Created/Last edit Date record
Delete entry
Working with #Django was fun and pretty easy. Also, the inbuilt admin panel helped a lot. Summarising my experience, Django is amazing👍🏻