Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
add django-admin createsupersuer command
Browse files Browse the repository at this point in the history
  • Loading branch information
xiorcale committed Oct 12, 2016
1 parent 3fba9b1 commit 9464945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/goodie/cheat_sheets/json/django.json
Expand Up @@ -37,6 +37,9 @@
"key": "django-admin check",
"val": "inspect the entire Django project for common problems"
}, {
"key": "django-admin createsuperuser",
"val": "creates a superuser account "
}, {
"key": "django-admin dbshell",
"val": "command-line client for the database engine"
}, {
Expand Down

0 comments on commit 9464945

Please sign in to comment.