Skip to content

Commit

Permalink
Update python-django-sql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalpd7 authored Jan 24, 2024
1 parent f3c15b8 commit 247363a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker exec -it mypostgres psql -U postgres -c "CREATE DATABASE usersdb"
## Clone a sample user data CRUD app 🧪

```bash
git clone https://github.com/keploy/samples-python.git && cd samples-python/django-postgres/django-postgres
git clone https://github.com/keploy/samples-python.git && cd samples-python/django-postgres/django_postgres
```

## Installation 📥
Expand Down

0 comments on commit 247363a

Please sign in to comment.