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 hashes)

Uploaded Source

Supported by

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