Pamela Fox commited on
Commit
e04d5c2
·
1 Parent(s): 7ed7d2a

Configure Azure Developer Pipeline

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -59,9 +59,9 @@ This app comes with the built-in Django admin interface.
59
 
60
  1. Create a superuser:
61
 
62
- ```
63
- python3 src/manage.py createsuperuser
64
- ```
65
 
66
  2. Restart the server and navigate to "/admin"
67
 
 
59
 
60
  1. Create a superuser:
61
 
62
+ ```
63
+ python3 src/manage.py createsuperuser
64
+ ```
65
 
66
  2. Restart the server and navigate to "/admin"
67