marlon
marlon
I would say your class is fantastic. I am very satisfied using CPT Class. I would like to know if it might be possible to implement some methods to change...
An fixing: `super().__init__(**kwargs)` replace to: `super(Classname, self).__init__(**kwargs)`
There is an error when importing the urllib library into python2. `clamav.py`: `try: from urllib.parse import urlparse except ImportError: from urlparse import urlparse` hope it helps
After several tests, I realized that the map does not render in the version of django 1.11. Already in version 1.10 works perfectly.