Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

ndsf/Market

Repository files navigation

Market

Customer to customer(c2c) marketplace based on Django.

Installation

Install redis, check https://redis.io for your information.

You may need this Chrome extension for RSS subscription.

$ git clone https://github.com/ndsf/Market
$ cd Market
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

About

Customer to customer(c2c) marketplace based on Django. 基于Django的在线二手交易平台。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors