machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
905 stars 186 forks source link

web server asking for admin id and password at user interface #136

Open erumharis opened 7 years ago

erumharis commented 7 years ago

When l try to run the web sever with command \bin\manage.py runserver, it is asking for id and password under the heading of "IEPY Administration". What id and password to provide here?

Thanks

jmansilla commented 7 years ago

should be the user and password you provided when running iepy --create

http://iepy.readthedocs.io/en/latest/tutorial.html#creating-an-instance-of-iepy

On Fri, Sep 8, 2017 at 2:38 AM, erumharis notifications@github.com wrote:

When l try to run the web sever with command \bin\manage.py runserver, it is asking for id and password under the heading of "IEPY Administration". What id and password to provide here?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/machinalis/iepy/issues/136, or mute the thread https://github.com/notifications/unsubscribe-auth/AAd04xbw36tNuDaJuuJF2hQ2ToE1uRoVks5sgNLhgaJpZM4PQt1q .

-- Javier Mansilla - CTO www.machinalis.com

erumharis commented 7 years ago

Yes it worked. Thank u !