diff --git a/README.md b/README.md index 02014946..1064f58c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is the README file for the Dr_R web application built using Django. The app 1. Clone the repository: ```bash -git clone https://github.com/arielfayol37/Dr_r.git +git clone https://github.com/arielfayol37/Dr_r ``` 2. Change into the project directory: @@ -48,17 +48,6 @@ python manage.py runserver ``` Then copy and paste the url from the terminal to your browser. -8. Credentials: - If you want to test the app with some prefilled data, - use the following for instructor login -```bash -email: andy.richter@valpo.edu password: la -``` -use the following for student login -```bash -email:arielfayol37@gmail.com password:la -``` - ## Impressive Features diff --git a/astros/static/astros/css/registration_style.css b/astros/static/astros/css/registration_style.css index aceb7537..6cddda1b 100644 --- a/astros/static/astros/css/registration_style.css +++ b/astros/static/astros/css/registration_style.css @@ -209,4 +209,4 @@ input.form-control { .registration-form { width:90%; } - } \ No newline at end of file + }