mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 17:23:16 +08:00
Fixed email templates failing to load and updated README.md
This commit is contained in:
parent
8d40a33882
commit
fe59d3883a
4 changed files with 21 additions and 12 deletions
14
README.md
14
README.md
|
@ -1,11 +1,11 @@
|
|||
## DRF-Template
|
||||
|
||||
This is a Django batteries-included template I personally use for my projects. This covers the following
|
||||
This is a Django template that I personally use for my projects. This covers the following
|
||||
|
||||
- Emails (and templated email designs)
|
||||
- Celery (For asynchronous tasks)
|
||||
- Celery Beat (For scheduled tasks)
|
||||
- Caching (via Redis or optionally, Memcached)
|
||||
- Caching (via Redis)
|
||||
- Performance profiling (via Django Silk)
|
||||
- Selenium (Optional, for webscraping with support for Chrome and Firefox drivers)
|
||||
- Stripe Subscriptions (Optional, with regular and pro-rated subscription support)
|
||||
|
@ -16,3 +16,13 @@ This is a Django batteries-included template I personally use for my projects. T
|
|||
- Create a copy of the `.env.sample` file and name it as `.env` in the same directory
|
||||
- Populate .env with values
|
||||
- Run `docker-compose up`
|
||||
|
||||
Be sure to follow through the steps shown in the `stripe-listener` container for initial setup with Stripe!
|
||||
|
||||
## URLs
|
||||
|
||||
- [Django Admin](http://localhost:8000/admin)
|
||||
- [OpenAPI Swagger](http://localhost:8000/swagger) (For testing endpoints)
|
||||
- [Inbucket](http://localhost:8025) (For email testing)
|
||||
- [Flower](http://localhost:5555/) (For task monitoring)
|
||||
- [Django Silk](http://localhost:8000/silk) (For performance profiling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue