Skip to content

Commit

Permalink
refactor: improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Dec 23, 2023
1 parent 6d666f1 commit 060dea4
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 146 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ If you don't find any use of the CLI, I hope you will in these guides. This is a


<!-- GUIDES-LIST:START -->
- [Optimizing Database Access](https://falco.oluwatobi.dev/guides/optimizing_database_access.html)
- [Database Tips: Backup, Scaling, Triggers, and More](https://falco.oluwatobi.dev/guides/database_tips.html)
- [Dynamic Model Schema](https://falco.oluwatobi.dev/guides/dynamic_model_schema.html)
- [Use Sqlite in production](https://falco.oluwatobi.dev/guides/use_sqlite_in_production.html)
- [Bussiness logic in django](https://falco.oluwatobi.dev/guides/avoiding_god_models.html)
- [Managing Multitenancy in Django](https://falco.oluwatobi.dev/guides/multitenancy.html)
- [Realtime in Django: Websockets, SSE, Polling](https://falco.oluwatobi.dev/guides/realtime.html)
- [Use Sqlite in production](https://falco.oluwatobi.dev/guides/use_sqlite_in_production.html)
- [Writing documentation](https://falco.oluwatobi.dev/guides/writing_documentation.html)
- [Database Tips: Backup, Scaling, Triggers, and More](https://falco.oluwatobi.dev/guides/database_tips.html)
- [Writing tests](https://falco.oluwatobi.dev/guides/writing_tests.html)
- [Async Coding in Django](https://falco.oluwatobi.dev/guides/writting_async_code.html)
- [Realtime in Django: Websockets, SSE, Polling](https://falco.oluwatobi.dev/guides/realtime.html)
- [Interactive user interfaces](https://falco.oluwatobi.dev/guides/interactive_user_interfaces.html)
- [Task Queues and Schedulers](https://falco.oluwatobi.dev/guides/task_queues_and_schedulers.html)
- [Optimizing Database Access](https://falco.oluwatobi.dev/guides/optimizing_database_access.html)
- [Running your project in a single container](https://falco.oluwatobi.dev/guides/running_project_in_a_container.html)
- [Logging and monitoring](https://falco.oluwatobi.dev/guides/logging_and_monitoring.html)
- [Bussiness logic in django](https://falco.oluwatobi.dev/guides/avoiding_god_models.html)
- [Deploy your project](https://falco.oluwatobi.dev/guides/deployment.html)
- [Interactive user interfaces](https://falco.oluwatobi.dev/guides/interactive_user_interfaces.html)
- [Permissions and authorizations](https://falco.oluwatobi.dev/guides/permissions_and_authorization.html)
- [Writing tests](https://falco.oluwatobi.dev/guides/writing_tests.html)
- [Logging and monitoring](https://falco.oluwatobi.dev/guides/logging_and_monitoring.html)
- [Task Queues and Schedulers](https://falco.oluwatobi.dev/guides/task_queues_and_schedulers.html)
- [Tips and extra](https://falco.oluwatobi.dev/guides/tips_and_extra.html)
<!-- GUIDES-LIST:END -->

Expand Down
Loading

0 comments on commit 060dea4

Please sign in to comment.