Mirage-django-lts

Latest version: v0.2.6

Safety actively analyzes 629788 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.0.12

0.0.11

0.0.10

0.0.9

You can now create model with arguments.

Example


djc g model TestModel uuid:string+autolen:maxlen=30,primary script:string+autolen:maxlen=400



:python
class TestModel(models.Model):
uuid = models.CharField(max_length=30, primary_key=True)
script = models.CharField(max_length=400)

0.0.8

0.0.7

- Auto

- Date

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.