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
- Host: GitHub
- URL: https://github.com/sanikamal/django_resale
- Owner: sanikamal
- Created: 2022-04-30T07:47:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T20:12:47.000Z (about 4 years ago)
- Last Synced: 2025-11-21T15:03:50.598Z (7 months ago)
- Topics: django, webapp
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```