=====================
django-weeklycalendar
=====================
django-weeklycalendar is a simple calendar that keep activities and publish it to people in weekly form.
Quick Start
-----------
1. Install django-weeklycalendar
pip install django-weeklycalendar
2. Add django-weeklycalendar to your INSTALLED_APPS in setting.py
INSTALLED_APPS = [
...
'django-weeklycalendar',
]
3. Include the polls URLconf in your project urls.py
path('calendar', include("Calendar.urls"))
4. Make migrations
./manage.py makemigrations
./manage.py migrate
5. Start your project and test app
django-weeklycalendar
=====================
django-weeklycalendar is a simple calendar that keep activities and publish it to people in weekly form.
Quick Start
-----------
1. Install django-weeklycalendar
pip install django-weeklycalendar
2. Add django-weeklycalendar to your INSTALLED_APPS in setting.py
INSTALLED_APPS = [
...
'django-weeklycalendar',
]
3. Include the polls URLconf in your project urls.py
path('calendar', include("Calendar.urls"))
4. Make migrations
./manage.py makemigrations
./manage.py migrate
5. Start your project and test app
Release files for django-weeklycalendar 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-weeklycalendar-0.1.tar.gz | 443.4 kB | Details |
Release files / django-weeklycalendar-0.1.tar.gz
| Download URL | django-weeklycalendar-0.1.tar.gz |
|---|---|
| Size | 443.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
054c336a93e4eab6728ef9a1151bd962eaa661d6882b25eb7f7aca78f68ee3eb
|
|
BLAKE2b-256 checksum How to use checksums |
cdbab51ce2ba77f13b86cab76a4cc5b6d57c98f54c3232864280ffae4dbdc058
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|