mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Update README.md
This commit is contained in:
parent
080bebbb5d
commit
aef42385d6
1 changed files with 3 additions and 3 deletions
|
@ -31,8 +31,8 @@ A sample `docker-compose.demo.yml` is provided which I use in hosting the demo.
|
||||||
|
|
||||||
### URLs
|
### URLs
|
||||||
|
|
||||||
- [Django Admin Panel](http://localhost:8000/admin)
|
- [Django Admin Panel](http://localhost:8000/api/v1/admin)
|
||||||
- [OpenAPI Swagger](http://localhost:8000/swagger) (For documenting endpoints)
|
- [OpenAPI Swagger](http://localhost:8000/api/v1/swagger) (For documenting endpoints)
|
||||||
- [Inbucket](http://localhost:8025) (For email testing)
|
- [Inbucket](http://localhost:8025) (For email testing)
|
||||||
- [Flower](http://localhost:5555/) (For monitoring Celery tasks)
|
- [Flower](http://localhost:5555/) (For monitoring Celery tasks)
|
||||||
- [Django Silk](http://localhost:8000/silk) (For performance profiling)
|
- [Django Silk](http://localhost:8000/api/v1/silk) (For performance profiling)
|
||||||
|
|
Loading…
Reference in a new issue