poj icon indicating copy to clipboard operation
poj copied to clipboard

an online judge in python3 and django

Results 2 poj issues
Sort by recently updated
recently updated
newest added

``` File "/Users/narendraomprakash/Downloads/poj/venv/lib/python3.8/site-packages/django/contrib/auth/models.py", line 4, in from django.contrib.auth.base_user import AbstractBaseUser, BaseUserManager File "/Users/narendraomprakash/Downloads/poj/venv/lib/python3.8/site-packages/django/contrib/auth/base_user.py", line 49, in class AbstractBaseUser(models.Model): RuntimeError: __class__ not set defining 'AbstractBaseUser' as . Was __classcell__ propagated to...

without the decorator any other third party can open the logged in user profile by just copying the URL of that particular user. want to learn more about django decorator...