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

new line

parent 82bb4818
Branches
No related tags found
1 merge request!3Feeding chicken with chicken
Pipeline #75556 passed
......@@ -6,11 +6,8 @@ The package "The Social Network" is a django base backend core element for any p
Minimum requierments are:
> [Python](https://www.python.org/downloads/) >= 3.9
>
> [Django](https://pypi.org/project/Django/) >= 3.2.9
>
> [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
......@@ -33,11 +30,8 @@ Add *'the_social_network'* to **INSTALLED_APPS** and save the file.
Next open the urls.py and add the following line to your **urlpatterns**
> url(r'^authentication/', include('the_social_network.urls.authenticationUrls')),
>
> url(r'^accounts/', include('the_social_network.urls.accountUrls')),
>
> url(r'^search/', include('the_social_network.urls.searchUrls')),
>
> url(r'^contents/', include('the_social_network.urls.contentUrls'))
Now everything is ready to run django with **the-social-network**.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment