Skip to content

Commit 1b6c9d5

Browse files
committed
change user guid order
1 parent b177567 commit 1b6c9d5

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

+13-15
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ Install postgresql from [here](https://www.postgresql.org/download/).
3030

3131
## Create DataBase
3232

33-
Create Postgres database with name `chat_data`
34-
if you want to use another database info change
35-
`DB_NAME` `DB_USER` `DB_PASSWORD` `DB_HOST` `DB_POST` in `.env` file
33+
Create a postgres database and set your database name, user, password, host and port in `.env` file with change `DB_NAME` `DB_USER` `DB_PASSWORD` `DB_HOST` `DB_POST` variables!
3634

3735
## Install Docker
3836

@@ -76,7 +74,18 @@ python manage.py createsuperuser
7674
python manage.py collectstatic
7775
```
7876

79-
## Run Codes
77+
## Test Project
78+
79+
At first, install chrome [webdriver](https://chromedriver.chromium.org/) for test with selenium.
80+
then copy `chromedriver` <b>binary</b> file in `env/bin/` path
81+
82+
## Run Test
83+
84+
```
85+
python manage.py test
86+
```
87+
88+
## Run Server
8089

8190
```
8291
python manage.py runserver
@@ -90,17 +99,6 @@ Home Page
9099
Admin Page
91100
[127.0.0.1:8000/admin](http://127.0.0.1:8000/admin)
92101

93-
## Test Project
94-
95-
At first, install chrome [webdriver](https://chromedriver.chromium.org/) for test with selenium.
96-
copy `chromedriver` binary file in `env/bin/` path
97-
98-
## Run Test
99-
100-
```
101-
python manage.py test
102-
```
103-
104102
## Links
105103

106104
Download Source Code: [Click Here](https://github.com/dori-dev/django-chat/archive/refs/heads/master.zip)

0 commit comments

Comments
 (0)