Skip to content
GitLab
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
bd0b1846
Commit
bd0b1846
authored
Nov 30, 2021
by
Andreas Burbach
Browse files
spelling
parent
e739d43c
Pipeline
#75557
passed with stages
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
social_network/README.md
View file @
bd0b1846
...
...
@@ -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 line
s
to your
**urlpatterns**
> url(r'^authentication/', include('the_social_network.urls.authenticationUrls')),
> url(r'^accounts/', include('the_social_network.urls.accountUrls')),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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