https://github.com/bacdong/timetable_reminders
This is a MyBot timetable reminders for me
https://github.com/bacdong/timetable_reminders
api bot django-framework facebook-messenger-bot json-api python3 requests sendsms telegram-bot-api virtual-environments
Last synced: about 2 months ago
JSON representation
This is a MyBot timetable reminders for me
- Host: GitHub
- URL: https://github.com/bacdong/timetable_reminders
- Owner: Bacdong
- Created: 2020-08-22T03:50:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T04:38:29.000Z (over 4 years ago)
- Last Synced: 2025-01-21T22:29:18.227Z (3 months ago)
- Topics: api, bot, django-framework, facebook-messenger-bot, json-api, python3, requests, sendsms, telegram-bot-api, virtual-environments
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIMETABLE REMINDERS #
```
Not complete, updating...
```### Development Installation ###
- Install python package
```
python3 -m venv env
source env/bin/activate
cd apps
pip install -r requirements.txt
```
- Install new package
```
pip install
```
- Export python package
```
pip freeze > requirements.txt
```
- Create migrations files
```
python manage.py makemigrations
```
- Migrate database
```
python manage.py migrate
```
- Start project
```
python manage.py runserver
```