Skip to content

MrRezoo/Divar

 
 

Repository files navigation

Divar

A minimal clone of Divar. Divar is the largest Persian marketplace where you can sell and buy things. (Like craigslist)

Installation

Use the package manager pip to install packages of the Project.

pip install -r requirements.txt

Configuration

1 - Create a config file with specefic name of local_config.py in root directory of the project.

2 - Add your local configurations in local_config.py.

SECRET_KEY = ''

DB_NAME = ''
DB_USERNAME = ''
DB_PASSWORD = ''
DB_HOST = ''
DB_PORT = 0000

Usage

python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A minimal clone of Divar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • HTML 7.8%