It is a simple car dealership system implemented with django, running on postgresql
Features of our system:
- All the database contents stored in postgresql
- The django framework of python is used for integrating HTML view, database and the queries
- extensive use of django's model-view-template architecture
- The queries are implemented in python using its raw_sql function feature
- We have developed dynamic HTML web pages which is a very good feature of django library.
- The user gets simple real website like looking HTML pages where each and every page gets generated dynamically based on user's inputs