Skip to main content

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.

Project details


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)

Uploaded Source

File details

Details for the file django-cschedules-0.0.11.tar.gz.

File metadata

File hashes

Hashes for django-cschedules-0.0.11.tar.gz
Algorithm Hash digest
SHA256 7d0bebac4954143f7dd51efb57fb5b6d3f8ee039e8c7e2a7a2756aa31c85f1a7
MD5 4dab265fdd52567c31ac97719a7f4a9b
BLAKE2b-256 f50b76ac1ae33f9014702ed437a16d94b458882d788beda5866ebac3cf982a46

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page