# huiche **Repository Path**: ducktangking/huiche ## Basic Information - **Project Name**: huiche - **Description**: 慧车后台所有代码,项目名称huiche,代码名称hibiscus 包含三个子项目:background、mobile、portal - **Primary Language**: Python - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ===== hibiscus ===== hibiscus is a Django app to conduct Web-based huiche. For each question, visitors can choose between a fixed number of answers. Detailed documentation is in the "docs" directory. Quick start ----------- 1. Add "hibiscus" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'hibiscus', ] 2. Include the polls URLconf in your project urls.py like this:: url(r'^hibiscus/', include('polls.hibiscus')), 3. Run `python manage.py migrate` to create the polls models. 4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled). 5. Visit http://127.0.0.1:8000/hibiscus/ to participate in the hibiscus.