An open API service indexing awesome lists of open source software.

https://github.com/sanikamal/django_resale

A OLX like web Application build with Django
https://github.com/sanikamal/django_resale

django webapp

Last synced: about 1 month ago
JSON representation

A OLX like web Application build with Django

Awesome Lists containing this project

README

          

# DjResale
>A OLX like web application build with Django

## Setup
Execute the following commands:

```
git clone https://github.com/sanikamal/django_resale.git
cd django_resale
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
```