Giter Site home page Giter Site logo

flea-market's Introduction

跳蚤市场

🕊

闲置交易市场网站,基于Python3.7Django2.0

源repo:laowuniubi/GraduateDesign

一个B站教程:天天生鲜Django项目

Django框架的intro:Django 开始


注意: 本项目为Github用户laowuniubi原创,本repo仅作参考研究,未经原作者授权禁止抄袭为重要的学术作品或用于商业用途。


环境搭建:

推荐使用conda

$conda create -n webstore python==3.7 Pillow==7.0.0 pytz==2018.7

使用pip安装其余的依赖

$pip install Django==2.0.7 django-tinymce==2.7.0

如果太慢可以换源

数据库配置

数据库默认使用Django项目默认数据库后台sqlite3

运行项目

创建管理员账户

$python manage.py createsuperuser

必要时进行数据库迁移

$ python manage.py makemigrations TestModel $ python manage.py migrate TestModel

开始运行

终端下执行:

$python manage.py runserver

默认普通用户页面: 前端主页

默认管理员登录页面: 管理页面

flea-market's People

Contributors

wushaoa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.