Skip to content

iliyannm/Cars-REST-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cars-REST-App

Cars-REST-App is one of the projects that I created during my education in the Python Web Framework (Django) course (March 2022) using Django REST. The app contains the following models: accounts, CarBrand, UserCar, and CarModels . Each user is extended by default Django abstract class and contains a few more columns. Each car object contains relations to the user and CarBrand. Each CarModel contains relation to CarBrand. All models are built with soft delete.

The default Django user class is extended and in addition there are some custom fields. There is login, and register functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages