알리고 API 연동을 위한 앱
Project description
===== IDEAL aligo
Polls is a Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'aligo', ]
-
Run
python manage.py migrate
to create the polls models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_ideal_aligo-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fd3e836224ba234a6afb14265aacf5636394c1d630ea7bc9a443a41f7a3a868 |
|
MD5 | 61085c302926ca692083fcd47a67a86d |
|
BLAKE2b-256 | 22bfd7c933cb2c99f399c3325a5cc9ec6933dbeb19ab0800b6b631bb15be8231 |