Skip to content
Snippets Groups Projects
Commit bd0b1846 authored by Andreas Burbach's avatar Andreas Burbach
Browse files

spelling

parent e739d43c
Branches
No related tags found
1 merge request!3Feeding chicken with chicken
Pipeline #75557 passed
......@@ -10,7 +10,7 @@ Minimum requierments are:
> [Pillow](https://pypi.org/project/Pillow/) >= 8.4.0
> [djangorestframework](https://pypi.org/project/djangorestframework/) >= 3.12.4
Intallation can be done by pip like
Intallation can be done by **pip** like
> pip install the-social-network
......@@ -27,7 +27,7 @@ This will create a **mysite** directory in your current directory.
Open the **mysite** directory and open the **settings.py**.
Add *'the_social_network'* to **INSTALLED_APPS** and save the file.
Next open the urls.py and add the following line to your **urlpatterns**
Next open the urls.py and add the following lines to your **urlpatterns**
> url(r'^authentication/', include('the_social_network.urls.authenticationUrls')),
> url(r'^accounts/', include('the_social_network.urls.accountUrls')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment