-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnohup.out
54 lines (42 loc) · 2.32 KB
/
nohup.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Watching for file changes with StatReloader
Performing system checks...
System check identified some issues:
WARNINGS:
todos.Todo: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the TodosConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
System check identified 1 issue (0 silenced).
July 03, 2023 - 12:33:05
Django version 4.2.2, using settings 'todoApp.settings'
Starting development server at http://0.0.0.0:8001/
Quit the server with CONTROL-C.
[03/Jul/2023 12:33:11] "GET / HTTP/1.1" 302 0
[03/Jul/2023 12:33:36] "GET / HTTP/1.1" 302 0
[03/Jul/2023 12:33:36] "GET /todos HTTP/1.1" 301 0
[03/Jul/2023 12:33:36] "GET /todos/ HTTP/1.1" 200 2328
[03/Jul/2023 12:33:37] "GET /static/css/style.css HTTP/1.1" 200 225
Not Found: /favicon.ico
[03/Jul/2023 12:33:38] "GET /favicon.ico HTTP/1.1" 404 2573
Watching for file changes with StatReloader
Performing system checks...
System check identified some issues:
WARNINGS:
todos.Todo: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the TodosConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
System check identified 1 issue (0 silenced).
July 03, 2023 - 12:35:37
Django version 4.2.2, using settings 'todoApp.settings'
Starting development server at http://0.0.0.0:8001/
Quit the server with CONTROL-C.
Watching for file changes with StatReloader
Performing system checks...
System check identified some issues:
WARNINGS:
todos.Todo: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the TodosConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
System check identified 1 issue (0 silenced).
July 03, 2023 - 12:35:51
Django version 4.2.2, using settings 'todoApp.settings'
Starting development server at http://0.0.0.0:8001/
Quit the server with CONTROL-C.
[03/Jul/2023 12:36:03] "GET / HTTP/1.1" 302 0
[03/Jul/2023 12:36:03] "GET /todos/ HTTP/1.1" 200 2328