Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marc Feger
The Social Network
Commits
e739d43c
Commit
e739d43c
authored
Nov 30, 2021
by
Andreas Burbach
Browse files
new line
parent
82bb4818
Pipeline
#75556
passed with stages
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
social_network/README.md
View file @
e739d43c
...
...
@@ -5,12 +5,9 @@ The package "The Social Network" is a django base backend core element for any p
## Installation
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
>
> [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
...
...
@@ -32,12 +29,9 @@ 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'^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**
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment