Please sign in to access this page
A people-connecting platform where users can ask questions or choose to answer them based on real experiences.
Dheeraj
Check their projects out: Billing Software , Snake Game, 🏴☠️ One Piece Fan Hub, Educational Website (Notes Sharing website), Daily Expense Tracker
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Devlog Update – Aug 2
Replaced default User model with a custom CustomUser using AbstractBaseUser.
Created and applied fresh migrations after resetting the database.
Successfully linked the Question model and ensured it reflects in the MySQL database.
I should have use the default django auth so cooked now
⚠️ Problem Faced:
CustomUser model didn't initially reflect in MySQL due to early migrations before setting AUTHUSERMODEL. Fixed by resetting migrations and recreating the database properly.
🎯 Devlog Update - Day 1 | Backend Setup Started!
Today, I began working on the backend of my SoM project AcceptOrExpect using Django. I successfully created the project and app, set up the home and Ask a Question views, and implemented a Django form to handle user-submitted questions. I also linked the HTML templates with Bootstrap and configured the admin panel to manage data. Feeling great to see my first form working and data being saved! ✅🔥