https://github.com/leancloud/django-getting-started
https://github.com/leancloud/django-getting-started
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leancloud/django-getting-started
- Owner: leancloud
- License: mit
- Created: 2016-09-07T07:27:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T05:19:11.000Z (over 4 years ago)
- Last Synced: 2024-04-13T06:30:05.257Z (almost 2 years ago)
- Language: Python
- Size: 24.4 KB
- Stars: 11
- Watchers: 19
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-getting-started
A simple Python application based on Django for LeanEngine Python runtime.
## Documentation
* [Python Web Hosting Guide](https://docs.leancloud.app/leanengine_webhosting_guide-python.html)
* [Python Cloud Function Guide](https://docs.leancloud.app/leanengine_cloudfunction_guide-python.html)
* [LeanStorage Python Guide](https://docs.leancloud.app/leanstorage_guide-python.html)
* [Python SDK API](https://leancloud.github.io/python-sdk/)
* [lean-cli Guide](https://docs.leancloud.app/leanengine_cli.html)
## Supported Python Versions
This project supports the following Python versions (the same as [LeanCloud Python SDK][sdk]):
- Python 2.7
- Python 3.6, 3.7, 3.8, 3.9
[sdk]: https://github.com/leancloud/python-sdk