django-scatter-auth icon indicating copy to clipboard operation
django-scatter-auth copied to clipboard

scatter not installed

Open NewmanNya opened this issue 4 years ago • 0 comments

  • Django-Scatter-Auth version: same
  • Django version: same
  • Python version: 3.5
  • Operating System: Ubuntu 1602

Description

Hi, sir. I run your example. and the website show “scatter not installed”. How can i install scatter in ubuntu? Just run linux-scatter-12.1.1-x86_64.AppImage berfore i run "python manage.py runserver"? Thanks for your help.

What I Did

root@ubuntu:/home/neko/Desktop/django-scatter-auth-master/example# python3 ./manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).
April 22, 2021 - 06:48:45
Django version 2.1.2, using settings 'example.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[22/Apr/2021 06:48:56] "GET / HTTP/1.1" 200 3809
Not Found: /favicon.ico
[22/Apr/2021 06:50:38] "GET /favicon.ico HTTP/1.1" 404 2881
[22/Apr/2021 06:51:03] "GET / HTTP/1.1" 200 3809
Not Found: /favicon.ico
[22/Apr/2021 06:52:26] "GET /favicon.ico HTTP/1.1" 404 2881
[22/Apr/2021 06:52:31] "GET /auto_login/ HTTP/1.1" 200 3965

NewmanNya avatar Apr 22 '21 06:04 NewmanNya