Skip to content

arashtad/Market-Place-Website-Using-Django-Real-State-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market-Place-Website-Using-Django-Real-State-Example

This repository will help build your own custom market place and online shop. Whether you are looking forward to create an online real state website or want to create a car dealership online market place, this repository is a good place to start using Django.

In order to start using this app, you will need to create a virtual environment, git clone the project:

$ git clone https://github.com/arashtad/Market-Place-Website-Using-Django-Real-State-Example

And then run the following command to install the dependencies:

$ pip install -r requirements.txt

Then make migrations by running:

$ python manage.py makemigrations

Also migrate the project:

$ python manage.py migrate

Now, you should create a superuser so that you can add the images and products from the admin panel:

$ python manage.py createsuperuser

Now enter you desired username, password and email for logging in as admin. And finally run the project by running:

$ python manage.py runserver

Now the project should be up and running on your local host. You can enter /admin after your localhost url so that you can login and add your models and their images.

If you faced any questions don't hesitate to ask via our youtube channel at Arashtad.

This repository is created with guidance video for coding in Django which will help you understand deeper.

Arashtad provides a variety of products and services. See more video tutorial courses, technical content, design and development products, and professional services at:

Official Website: https://arashtad.com More Video Tutorials: https://tuts.arashtad.com Our Custom Services: https://arashtad.com/services Blog: https://blog.arashtad.com

Vimeo: https://vimeo.com/arashtad Udemy: https://www.udemy.com/user/arashtad

GitHub: https://github.com/arashtad Linkedin: https://www.linkedin.com/company/arashtad Twitter: https://twitter.com/arashtad

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published