dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
661 stars 185 forks source link

DoesNotExist User matching query does not exist #215

Closed charettemtb closed 3 years ago

charettemtb commented 3 years ago

Hello,

First of all thank you for this project. I'm working for having my own instance of nova server on my computer (local install with sqlite database).

For that I've followed http://astrometry.net/doc/net/orientation.html#web-local documentation, and after:

  1. I have created the folder appsecrets inside net folder.
  2. I have created __init__.py.
  3. I have created django_db.py (

    DATABASE_USER = '' DATABASE_PASSWORD = '' DATABASE_HOST = '' DATABASE_PORT = ''

  4. I have created auth.py (empty file, I didn't find what to define inside)

When I connect to the portal, I got this error message : DoesNotExist User matching query does not exist.

Coul'd you help me ? Thanks !

dstndstn commented 3 years ago

I think you need to do these steps, https://github.com/dstndstn/astrometry.net/blob/master/docker/webservice/Dockerfile#L31

On Wed, Mar 10, 2021 at 4:00 PM charettemtb @.***> wrote:

Hello,

First of all thank you for this project. I'm working for having my own instance of nova server on my computer (local install with sqlite database).

For that I've followed http://astrometry.net/doc/net/orientation.html#web-local documentation, and after:

  1. I have created the folder appsecrets inside net folder.
  2. I have created init.py.
  3. I have created django_db.py (

DATABASE_USER = '' DATABASE_PASSWORD = '' DATABASE_HOST = '' DATABASE_PORT = ''

  1. I have created auth.py (empty file, I didn't find what to define inside)

When I connect to the portal, I got this error message : DoesNotExist User matching query does not exist.

Coul'd you help me ? Thanks !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dstndstn/astrometry.net/issues/215, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIEH7NN5WUQULV3OBTPC5DTC7MVVANCNFSM4Y63XUBA .

charettemtb commented 3 years ago

Great It work ! Great performance inside all in one VirtualBox machine. THANKS