FOSS-Community / cfp.fosscu.org

A Universal portal where a user can submit there ideas and as a Organisation, they can review them.
GNU General Public License v3.0
3 stars 8 forks source link

Added forms.py and managers.py for existing model | Updated Admin.py #11

Closed Srijan-SS02 closed 10 months ago

Srijan-SS02 commented 1 year ago

Managers is separated from models to avoid migrations clash Added form which include CustomUserCreation and CustomUserChangeForm Customized admin.py for models to be configured Cleared codebase of models.py

Worked along @ghanatava and @SAMAD101

Srijan-SS02 commented 1 year ago

@Mr-Sunglasses please review it