8000 [DOC] fix for #7185 by TiredFingers · Pull Request #7187 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

[DOC] fix for #7185 #7187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 01-install.rst
fix for #7185
  • Loading branch information
TiredFingers authored and marksweb committed Feb 10, 2022
commit 44e9e7baf8e6d4a41495fb497cb9542a4bf5b2d9
2 changes: 1 addition & 1 deletion docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Open the terminal application on your computer and go to a safe folder (i.e. cd
docker compose up -d

During the installation process, you will be prompted to enter your email address and set a username and password.
Open your browser and insert http://localhost:8000/; there you should be invited to login
Open your browser and insert http://localhost:8000/admin; there you should be invited to login
and continue with Step 4: create your first page

********************************
Expand Down
0