Very simple calendar schedule
Project description
=====
CSchedules
=====
Very simple calendar schedule.
Quick start
-----------
1. Add "c_schedules" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.messages',
'rest_framework', # include if you want use rest api
'c_schedules',
]
if you want use rest_framework, execute pip install djangorestframework
2. Include the c_schedules URLconf in your project urls.py like this::
url(r'^cschedules/', include('c_schedules.urls')),
3. settings params:
USE_ONLY_REST_URLS: (default False)
USE_WITH_REST_URLS: (default False)
CS_USE_IN_ADMIN_PANEL: (default True)
3. Run `python manage.py migrate` to create the c_schedules models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a c_schedules (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/c_schedules/ to participate in the c_schedules.
CSchedules
=====
Very simple calendar schedule.
Quick start
-----------
1. Add "c_schedules" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.messages',
'rest_framework', # include if you want use rest api
'c_schedules',
]
if you want use rest_framework, execute pip install djangorestframework
2. Include the c_schedules URLconf in your project urls.py like this::
url(r'^cschedules/', include('c_schedules.urls')),
3. settings params:
USE_ONLY_REST_URLS: (default False)
USE_WITH_REST_URLS: (default False)
CS_USE_IN_ADMIN_PANEL: (default True)
3. Run `python manage.py migrate` to create the c_schedules models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a c_schedules (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/c_schedules/ to participate in the c_schedules.
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
django-cschedules-0.0.11.tar.gz
(15.4 kB
view details)
File details
Details for the file django-cschedules-0.0.11.tar.gz.
File metadata
- Download URL: django-cschedules-0.0.11.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d0bebac4954143f7dd51efb57fb5b6d3f8ee039e8c7e2a7a2756aa31c85f1a7
|
|
| MD5 |
4dab265fdd52567c31ac97719a7f4a9b
|
|
| BLAKE2b-256 |
f50b76ac1ae33f9014702ed437a16d94b458882d788beda5866ebac3cf982a46
|