fwefwf
This commit is contained in:
@@ -10,6 +10,7 @@ class Ips(Model):
|
||||
username = CharField(null=True)
|
||||
password = CharField(null=True)
|
||||
start = IntegerField(null=True)
|
||||
country = CharField(null=True)
|
||||
|
||||
class Meta:
|
||||
database = db1
|
||||
|
||||
Reference in New Issue
Block a user