Please sign in to access this page

peepConneX

peepConneX

2 devlogs
1h 27m
Created by Aditya_1819

A people-connecting platform where users can ask questions or choose to answer them based on real experiences.

Timeline

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.

Update attachment

🎯 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! ✅🔥

Update attachment