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

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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy