File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ This is an email client that makes API calls to send and receive emails built us
1414- [ Copyright and License] ( #copyright-and-license )
1515
1616
17- ## Prerequisites
17+ ### Prerequisites
1818
1919Install the following prerequisites:
2020
21211 . [ Python 3.9.12 or higher] ( https://www.python.org/downloads/ )
22222 . [ Visual Studio Code] ( https://code.visualstudio.com/download )
2323
2424
25- ## Installation
25+ ### Installation
2626
2727#### 1. Create a virtual environment
2828
@@ -67,23 +67,23 @@ python manage.py makemigrations
6767python manage.py migrate
6868```
6969
70- ## Run the application
70+ ### Run the application
7171
7272From the ** root** directory run:
7373
7474``` bash
7575python manage.py runserver
7676```
7777
78- ## View the application
78+ ### View the application
7979
8080Go to http://127.0.0.1:8000/ to view the application.
8181
82- ## Note
82+ ### Note
8383
8484Just remember to send an email to an email address that already exists in the database.
8585
8686
87- ## Copyright and License
87+ ### Copyright and License
8888
8989Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.
You can’t perform that action at this time.
0 commit comments