AnkitMitraOfficial / AnkitMitraOfficial/StackOverflowClone

Several models.py?

Open
#6 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi,

why do you use several models.py files?

```
guettli@yoga15:~/projects/StackOverFlow-Clone$ find -name models.py

./Contact/models.py
./StackoverflowClone/models.py
./blog/models.py
./Authentication/models.py
```

I would suggest that you use only one models.py file.

BTW, `find` is a linux command which lists files.

Contributor guide

No contributing guide indexed for this repository

Research direction

Read Contact/models.py, StackoverflowClone/models.py, blog/models.py, and Authentication/models.py to understand what each file contains and how they are used. Check the project structure and existing tests before deciding whether consolidation is safe; done means the model organization matches the issue's requested single-file structure without breaking current usage.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.