Ridvansezen / Hospital_Management_System

0 stars 0 forks source link

[BE-1] User model and Views were created and edited. #2

Open Ridvansezen opened 10 months ago

Ridvansezen commented 10 months ago

I defined the user model in BE-1 branch and organized the database as sqlite3. I defined views and urls.

@AnilKOC

AnilKOC commented 10 months ago

Don't forget to add pr descriptions. @Ridvansezen

AnilKOC commented 10 months ago

Pr titles should be declare of the developments purpose. @Ridvansezen

Ridvansezen commented 10 months ago

[BE-1] Views.py has been edited to comply with Pep8 standards. Class view set used.

@AnilKOC

AnilKOC commented 10 months ago

Its still has templates and there is problem on module imports (pep8). Revert your commits which has template adds.

Ridvansezen commented 10 months ago

[BE-1] Everything related to the templates has been deleted. Serializer and Models have been edited. Changed the name of the user application to userApp to avoid conflicts.

@AnilKOC