You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I just found out today about this repo, its such a great work you guys are doing.
I have installed development version locally and created superuser successfully. How ever when i try to add another user i get the following error
i only have one super user(admin) with no email
IntegrityError at /admin/profiles/profile/add/
duplicate key value violates unique constraint "profiles_profile_email_key"
DETAIL: Key (email)=() already exists.
Request Method: POST
Request URL: http://localhost:8000/admin/profiles/profile/add/
Django Version: 1.8.10
Exception Type: IntegrityError
Exception Value:
duplicate key value violates unique constraint "profiles_profile_email_key"
DETAIL: Key (email)=() already exists.
Exception Location: /webapps/nodeshot-master/local/lib/python2.7/site-packages/django/db/backends/utils.py in execute, line 64
Python Executable: /webapps/nodeshot-master/bin/python
Python Version: 2.7.12
Python Path:
['/webapps/nodeshot-master/dev',
'/webapps/nodeshot-master/lib/python2.7',
'/webapps/nodeshot-master/lib/python2.7/plat-x86_64-linux-gnu',
'/webapps/nodeshot-master/lib/python2.7/lib-tk',
'/webapps/nodeshot-master/lib/python2.7/lib-old',
'/webapps/nodeshot-master/lib/python2.7/lib-dynload',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/webapps/nodeshot-master/local/lib/python2.7/site-packages',
'/webapps/nodeshot-master',
'/webapps/nodeshot-master/dev',
'/webapps/nodeshot-master/dev']
Server time: Sun, 14 May 2017 00:48:46 +0200
The text was updated successfully, but these errors were encountered:
Yesterday i found out about this repository, i would like to use it on my project but i need someone familiar to assist some few things i am stack. I would like to pay for your time.
What i am stack is
Discuss what i need to accomplish and see how we can use this repo (5-10 Min)
I am getting error on creation users in the admin interface
Map front end does not show data that i have entered as its seen in the demonstration https://ninux.nodeshot.org/#map there you can see potential with no of data but my local does not show.
change from isloggen in or view only to only logged in users to have access to any part.
you can reach me by email [email protected] or whatsapp +255768897171
hi,
I just found out today about this repo, its such a great work you guys are doing.
I have installed development version locally and created superuser successfully. How ever when i try to add another user i get the following error
i only have one super user(admin) with no email
IntegrityError at /admin/profiles/profile/add/
duplicate key value violates unique constraint "profiles_profile_email_key"
DETAIL: Key (email)=() already exists.
Request Method: POST
Request URL: http://localhost:8000/admin/profiles/profile/add/
Django Version: 1.8.10
Exception Type: IntegrityError
Exception Value:
duplicate key value violates unique constraint "profiles_profile_email_key"
DETAIL: Key (email)=() already exists.
Exception Location: /webapps/nodeshot-master/local/lib/python2.7/site-packages/django/db/backends/utils.py in execute, line 64
Python Executable: /webapps/nodeshot-master/bin/python
Python Version: 2.7.12
Python Path:
['/webapps/nodeshot-master/dev',
'/webapps/nodeshot-master/lib/python2.7',
'/webapps/nodeshot-master/lib/python2.7/plat-x86_64-linux-gnu',
'/webapps/nodeshot-master/lib/python2.7/lib-tk',
'/webapps/nodeshot-master/lib/python2.7/lib-old',
'/webapps/nodeshot-master/lib/python2.7/lib-dynload',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/webapps/nodeshot-master/local/lib/python2.7/site-packages',
'/webapps/nodeshot-master',
'/webapps/nodeshot-master/dev',
'/webapps/nodeshot-master/dev']
Server time: Sun, 14 May 2017 00:48:46 +0200
The text was updated successfully, but these errors were encountered: