Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.
/ research_sys Public archive

Dynamic form, survey questionnaire backend system. 动态表单调研问卷后端

License

Notifications You must be signed in to change notification settings

zyuanx/research_sys

Repository files navigation

research_sys

About The Project

The repository is archived and read-only, see new gin-research-sys

Dynamic form, survey questionnaire backend system. Front-end repo: vue-research-admin

Api docs

Built With

Related Project

Getting Started

Installation

  1. clone the project
git clone https://github.com/Pandalzy/research_sys.git
  1. enter the project directory
cd research_sys
  1. install dependency
pip install -r requirements.txt

Configuration

Edit research_sys/setting.py file and modify as your own database.

MONGODB_DATABASES = {
    "default": {
        "name": 'test',
        "host": '127.0.0.1',
        "username": 'admin',
        "password": '123456',
        "authentication_source": 'admin',
        "tz_aware": False,  # if you using timezones in django (USE_TZ = True)
    },
}

INSTALLED_APPS += ["django_mongoengine"]

Run

python manage.py runserver

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

Dynamic form, survey questionnaire backend system. 动态表单调研问卷后端

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages