celiao / django-rest-authemail

A RESTful API for user signup and authentication using email addresses.
GNU General Public License v3.0
315 stars 92 forks source link

Solve ipware dependency issue #60

Closed AbdalkarimSaleh closed 1 year ago

AbdalkarimSaleh commented 1 year ago

Since ipware is called in 'views.py', and it is not a standard library, it should be added in the setup. Users may not add ipware by themselves, and it will create an error.

celiao commented 1 year ago

Great catch. I'll merge it soon. I'll need to make some other edits too. Thanks for your help!