Skip to content

Commit adb94b3

Browse files
chore: update readme [skip-ci]
1 parent ff63a04 commit adb94b3

File tree

5 files changed

+11
-19
lines changed

5 files changed

+11
-19
lines changed

.pylintrc

-1
This file was deleted.

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ This template is ideal if you want to bootstrap a blog or a portfolio website qu
1919
- [Bare-metal Deploy Workflow](#bare-metal-deploy-workflow)
2020
- [Configuration](#configuration)
2121
- [Architecture overview](#architecture-overview)
22+
- [Similar projects](#similar-projects)
2223

2324
## Getting started
2425

26+
This project relies on [pnpm](https://pnpm.io/) and [Poetry](https://python-poetry.org/) to manage Node.js and Python dependencies, respectively. Make sure to have both installed on your machine before proceeding.
27+
2528
After cloning this project, install all dependencies by running:
2629

2730
```sh
@@ -209,4 +212,10 @@ flowchart TD
209212
nt -- Stores\ndata\non --> pg
210213
style subgraph_byfiey99u stroke:#000000
211214
style subgraph_3hmsyzvqm stroke:#000000
212-
```
215+
```
216+
217+
## Similar projects
218+
219+
React and Django are a great combination, and there are many projects out there that leverage the best of both worlds. Make sure to check them out if you're looking for a more opinionated boilerplate/different approach:
220+
221+
- [django-react-boilerplate](https://github.com/vintasoftware/django-react-boilerplate)

frontend/commitlint.config.js

-1
This file was deleted.

poetry.lock

+1-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ django-filter = "^24.2"
2020
django-better-admin-arrayfield = "^1.4.2"
2121
twilio = "^9.1.1"
2222
psycopg2-binary = "^2.9.9"
23-
django-unfold = "^0.28.1"
2423

2524
[tool.poetry.group.dev.dependencies]
2625
ruff = "^0.4.10"

0 commit comments

Comments
 (0)