Answer the question
In order to leave comments, you need to log in
I don't see the new table in the admin panel, what's wrong?
Hi all!
I created a new model class, but it is not visible in the admin panel, I did the migration.
What's wrong? Maybe somewhere you need to register it?
class SiteScripts(models.Model):
directory = models.TextField()
abouth = models.TextField(max_length=250)
mainfile = models.TextField(max_length=35)
img = models.TextField(max_length=35)
name = models.TextField(max_length=35)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question