diff --git a/README.md b/README.md index 4e56871..a1fe093 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,15 @@ To build your app, we're going to be building a virtual environment. In order to 
-1. Go to `localhost:8000/admin` and log in using the username/password you created when making the superuser
-1. You should now be able to add / delete / edit / read contacts directly from your browser!
- -
+1. You should be able to add data by using the already set up form
+ - EXTRA: You can also use the built in django admin panel:
+ 1. Go to `localhost:8000/admin` and log in using the username/password you created when making the superuser
+ 1. You should now be able to add / delete / edit / read contacts directly from your browser!
+ -
- 
+ 
- See an example of how to use the admin panel
See an example of how to use the admin panel