=====================
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-weeklycalendar-0.1.tar.gz
(443.4 kB
view details)
File details
Details for the file django-weeklycalendar-0.1.tar.gz.
File metadata
- Download URL: django-weeklycalendar-0.1.tar.gz
- Upload date:
- Size: 443.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
054c336a93e4eab6728ef9a1151bd962eaa661d6882b25eb7f7aca78f68ee3eb
|
|
| MD5 |
977198ed9441f7944c5c7dbb89a48673
|
|
| BLAKE2b-256 |
cdbab51ce2ba77f13b86cab76a4cc5b6d57c98f54c3232864280ffae4dbdc058
|