You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to astrometry
Hello Astrometry Folks,
I just built the docker version of astrometry.net and it was remarkably easy. Thanks for that! I would like to allow users to access to the API through my docker container. The problem is I don't know how to set up an API key even just one. I assume the api key is associated with the user in the django built database somewhere. Is there a way to build users by hand (or otherwise) in the database?
Thanks,
Scott (University of Arizona, Steward Observatrory)
Dustin Lang
unread,
Sep 3, 2018, 10:23:07 PM9/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to astrometry
Hi,
Django does have a mechanism for inserting initial data -- see the astrometry/net/fixtures/initial_data.json file for example, where we create some initial users, including ones with API keys.