Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuuji3/django-tutorial-4-2

Just a playground for Django v4.2 tutorial app.
https://github.com/shuuji3/django-tutorial-4-2

Last synced: about 1 month ago
JSON representation

Just a playground for Django v4.2 tutorial app.

Awesome Lists containing this project

README

        

# django-tutorial-4-2

Just a playground for Django v4.2 tutorial app.

## Development

```shell
docker build . -t django-tutorial-4-2
docker run --rm -it -v $PWD:/app -p 8000:8000 django-tutorial-4-2
```

## References

- [Writing your first Django app, part 1 | Django documentation | Django](https://docs.djangoproject.com/en/4.2/intro/tutorial01/)