I also want to point out the reason why I am trying to bring one model into
another.
MadTrak/
manage.py
MadTrak/
Artists/
manage.py
Artists/
initialize/
mo
I apologize for posting more than once I just wanted to make changes. I
appreciate the help in advance!
JJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-
Hello fellow Django developers,
So here is my model that interfaces with my Artists database:
from django.db import models
class Artist(models.Model):
name = models.CharField(max_length=30)
genre = models.CharField(max_length=30)
city = models.CharField(max_length=30)
Hello fellow Django developers,
So here is my model that interfaces with my Artists database:
from django.db import models
class Artist(models.Model):
name = models.CharField(max_length=30)
genre = models.CharField(max_length=30)
city = models.CharField(max_length=30)
Hello fellow Django developers,
So here is my model that interfaces with my Artists database:
from django.db import models
class Artist(models.Model):
name = models.CharField(max_length=30)
genre = models.CharField(max_length=30)
city = models.CharField(max_length=30)
Hello fellow Django developers,
So here is my model that interfaces with my Artists database:
from django.db import models
class Artist(models.Model):
name = models.CharField(max_length=30)
genre = models.CharField(max_length=30)
city = models.CharField(max_length=30
6 matches
Mail list logo