Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/lagom-django-example
https://github.com/meadsteve/lagom-django-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meadsteve/lagom-django-example
- Owner: meadsteve
- Created: 2020-02-06T09:24:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:32:52.000Z (about 3 years ago)
- Last Synced: 2024-10-11T03:11:13.530Z (about 1 month ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django with lagom DI example
## Running
```bash
pipenv install
cd lagom_example
pipenv run ./manage.py runserver
```