Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited6fac8

Browse files
authored
Update README.md
1 parent63317cd commited6fac8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

‎README.md‎

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23

34

45

@@ -20,6 +21,7 @@
2021

2122
A Django web application to help find missing people using face recognition.
2223

24+
Now deployed on Heroku! Click[here](https://facefindxyz.herokuapp.com/) to check it out!
2325
<br />
2426

2527

@@ -173,15 +175,22 @@ pip install -r requirements.txt
173175

174176
To allow the app access your email account, go to[google account setting](https://myaccount.google.com/intro/security?hl=en) , security tab and ensure that you have*Less secure app access* turned*on.*
175177

176-
6. Apply migrations:
178+
6. Go to`msengage\settings.py` and change line number 18 as,
179+
180+
```py
181+
# Change to False if cloning and running on local host
182+
IS_DEPLOYED_ON_HEROKU=False
183+
```
184+
185+
7. Apply migrations:
177186

178187
```sh
179188

180189
python manage.py migrate
181190

182191
```
183192

184-
7. Create admin account :
193+
8. Create admin account :
185194

186195
```sh
187196

@@ -191,7 +200,7 @@ python manage.py createsuperuser
191200

192201
Follow the promt and enter the username, preferably*"admin"*, desired email and password. Make note of the username and password as you will have to use these credentials to login.
193202

194-
8. Run server:
203+
9. Run server:
195204

196205
```sh
197206

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp