https://github.com/pyprogrammerblog/mysite
My Site
https://github.com/pyprogrammerblog/mysite
celery css django html javascript python3 redis
Last synced: 13 days ago
JSON representation
My Site
- Host: GitHub
- URL: https://github.com/pyprogrammerblog/mysite
- Owner: pyprogrammerblog
- Created: 2017-08-21T13:10:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:36:24.000Z (over 3 years ago)
- Last Synced: 2025-08-03T00:44:08.371Z (9 months ago)
- Topics: celery, css, django, html, javascript, python3, redis
- Language: JavaScript
- Homepage: https://pyprogrammer.com
- Size: 3.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysite
[PyProgrammer.com](https://pyprogrammer.com)
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
```bash
git clone https://github.com/pyprogrammerblog/mysite
virtualenv -p python3
pip install -r requirements.txt
python3 manage.py collectstatics
python3 manage.py migrate
python3 manage.py runserver
```
## Usage
```bash
celery --app=mysite.celery:app worker --loglevel=INFO
celery -A mysite beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)