Skip to content

Commit

Permalink
App readme file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
open-risk committed Oct 6, 2023
1 parent be960bf commit 3669a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INSTALLED_APPS = [
2. Include the policies URLconf in your project urls.py like this::
path('policy/', include('policy.urls')),

3. Run ``python manage.py migrate`` to create the polls models.
3. Run ``python manage.py migrate`` to create the policy models.

4. Start the development server and visit http://127.0.0.1:8000/admin/

Expand Down
2 changes: 1 addition & 1 deletion portfolio/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ INSTALLED_APPS = [
'portfolio',
]

2. Run ``python manage.py migrate`` to create the polls models.
2. Run ``python manage.py migrate`` to create the portfolio models.

3. Start the development server and visit http://127.0.0.1:8000/admin/

0 comments on commit 3669a3c

Please sign in to comment.