Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
3aa7956c
Commit
3aa7956c
authored
Jan 04, 2015
by
Daniel W Bond
Browse files
changed the database name and added the runserver info to the readme
parent
8bacaa2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3aa7956c
...
...
@@ -51,6 +51,9 @@ To set up the PostgreSQL database, open a terminal and type in the following com
Your PostgreSQL database should now be set up to work with the Roomlist project.
Next, run
`python manage.py migrate`
, then
`python manage.py runserver`
.
Have your virtualenvironment running and with the requirements.txt installed.
To-do
---
...
...
roomlist/settings/settings.py
View file @
3aa7956c
...
...
@@ -91,7 +91,7 @@ WSGI_APPLICATION = 'settings.wsgi.application'
DATABASES
=
{
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
'NAME'
:
'
django
'
,
'NAME'
:
'
roomlist
'
,
'USER'
:
'django'
,
'PASSWORD'
:
'H0jrp0llTJ'
,
'HOST'
:
'localhost'
,
...
...
Write
Preview
Markdown
is supported
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