Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
3c03a4f6
Commit
3c03a4f6
authored
9 years ago
by
Alice Heaton
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
b51dbf44
No related branches found
Branches containing commit
No related tags found
1 merge request
!30
Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server_setup.markdown
+3
-3
3 additions, 3 deletions
server_setup.markdown
with
3 additions
and
3 deletions
server_setup.markdown
+
3
−
3
View file @
3c03a4f6
...
...
@@ -69,10 +69,10 @@ You can start Django's internal web server by running the following command:
```
sh
cd
~/projects/internhewshid/django/website
./manage
r
.py runserver
./manage.py runserver
```
Once this is started, you can point your web browser to
`http://localhost:8000`
to see the Inte
e
rnews HID.
Once this is started, you can point your web browser to
`http://localhost:8000`
to see the Internews HID.
### Notes on the development version
...
...
@@ -128,7 +128,7 @@ The production version is stricter in terms of security, and you must explicitly
```
python
ALLOWED_HOSTS
=
[
'
.internewshi
st
.aptivate.org
'
,
'
.internewshi
d
.aptivate.org
'
,
'
www.internewshid.aptivate.org
'
]
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment