grubberbin / Doremi

国内知名幼儿教育哆唻咪启蒙乐园(Doremi)官网

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doremi

  • 全国知名幼儿教育机构哆唻咪启蒙乐园官网
  • 去掉上面的知名

环境

  • Python 3.7
  • Django 2.2.3
  • xadmin 2.0.1
  • Pycharm

网站功能

avatar

快速部署

  • 代码拉取

    git clone git@github.com:grubberbin/Doremi.git

  • 三方包导入

    注意 xadmin 导入
    pip install https://codeload.github.com/sshwsfc/xadmin/zip/django2

  • 数据库迁移

    为方便项目演示,可先将settings.py中的数据库配置使用splite3

    DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
        # 'ENGINE': 'django.db.backends.mysql',
        # 'NAME': 'Doremi',
        # 'USER': 'root',
        # 'PASSWORD': '12345678',
        # 'HOST': 'localhost',
        # 'PORT': '3306',
        }
    }
    

    然后依次运行
    makemigrations
    migrate
    ceatesuperuser

  • 运行

    python manage.py runserver 0.0.0.0:8000

关于项目

About

国内知名幼儿教育哆唻咪启蒙乐园(Doremi)官网


Languages

Language:Python 48.2%Language:JavaScript 40.3%Language:HTML 11.1%Language:CSS 0.4%