Git Product home page Git Product logo

car-dealership's Introduction

car-dealership Using Django for Python

A website for a car business owner who wants to list their cars on their website and allow the user to come to the site and browse through all of the latest cars and featured cars, search and filter the cars by model or price, and make some inquiries about cars that are out for sale. use a Bootstrap template and turn it into Django project's front-end. I also be customizing the default Django admin panel and make it a feature-rich, good-looking admin area. Login with Google & Login with Facebook is the really smart way to attract users into our application.

  • Make real project according to the client requirements
  • Implement HTML/Bootstrap template & Customise Django Admin Panel
  • PostgreSQL Database & Deploy it into Production Server
  • Setup Virtual Environment
  • Creating Django Apps
  • Git
  • Implementing HTML and Bootstrap
  • PostgreSQL Database Setup
  • Django Static Files & Media Files
  • Django Admin Customisation
  • Database Schema, Models and Migrations
  • Implementing RichText Editor & Multi-Select Fields on Admin Backend
  • Fetching Database Objects
  • Pagination
  • Search Functionality
  • User Authentication
  • Login with Facebook & Login with Google
  • Send Emails
  • Database Dump Data & Load Data (local & remote)
  • Deploy on Heroku Server (Gunicorn, Whitenoise)
  • Add Custom Domain

Installing Django

To create a virtual environment: $ pipenv

To Install Django: $ pip install django

To upgrade: $ python -m pip install --upgrade pip

To create the project $ django admin startproject car_dealership .

To create App: $ python manage.py startapp pages

To make migration changes $ python manage.py makemigrations $ python manage.py migrate

To create static files $ python manage.py collectstatic

Starting the project

$ pipenv shell
$ python manage.py runserver 

car-dealership's People

Contributors

bmaiwada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.