Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoas/djangogo
Utilities to integrate Go with Django web framework (users management, password encryption, etc.)
https://github.com/thoas/djangogo
Last synced: 2 months ago
JSON representation
Utilities to integrate Go with Django web framework (users management, password encryption, etc.)
- Host: GitHub
- URL: https://github.com/thoas/djangogo
- Owner: thoas
- License: mit
- Created: 2015-03-12T09:52:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T07:05:32.000Z (over 9 years ago)
- Last Synced: 2024-06-19T05:41:05.774Z (6 months ago)
- Language: Go
- Size: 187 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
djangogo
========Ever wanted to integrate the Django_ web framework with your Go stack?
This repository provides utilities to integrate:
* User management
* Password encryption
* Session managementsee ``example/`` directory for an integration.
.. _Django: https://www.djangoproject.com/