creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
44 stars 54 forks source link

Typo in Create Super User command in README.md #102

Closed pratikdaigavane closed 3 years ago

pratikdaigavane commented 3 years ago

Description

Typo in Create Super User command in README.md

Reproduction

https://github.com/creativecommons/legaldb/blob/main/README.md#execute-commands Line Number 55 of README.md

Expectation

The actual command should be: docker-compose run app sh -c "python manage.py createsuperuser"

Screenshots

Environment

Additional context

Resolution