Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1102199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:08:57+00:00 2026-05-17T01:08:57+00:00

I have problems with making my models to work. Here is my appname.misc.models file

  • 0

I have problems with making my models to work. Here is my appname.misc.models file

from django.db import models

class user(models.Model):
    login=models.CharField(max_length=20)
    email=models.EmailField(max_length=50)
    banned=models.BooleanField()
    key=models.CharField(max_length=15)
    rights=models.CharField(max_length=10)
    password=models.CharField(max_length=50)
    question=models.CharField(max_length=200)
    answer=models.CharField(max_length=50)
    active=models.BooleanField()

Here in another app with sth like this

from django.db import models
from appname.misc import models as misc
class news(models.Model):
    title=models.SlugField()
    shortbody=models.CharField(max_length=250)
    fullBody=models.TextField()
    author=models.ForeignKey('misc.user')

And when I type manage.py sqlall news i got sth like this
link text

I also tried to remove import statment and try do do this that way

author=models.ForeignKey('misc.user')

but still get error. Thx in advance for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T01:08:58+00:00Added an answer on May 17, 2026 at 1:08 am

    Can you try importing the user class directly? Something like:

    from appname.misc.models import user 
    
    class news(models.Model):
        title=models.SlugField()
        shortbody=models.CharField(max_length=250)
        fullBody=models.TextField()
        author=models.ForeignKey(user)
    

    I also tried to do it according to your post and the error is the same – Artur 1 min ago

    OK let us get something checked out first.

    Is the app you are depending on i.e. appname part of the INSTALLED_APPS in your settings file?

    If the answer to the question is “yes” then you can safely run syncdb and should see the tables get created. If you still get an error, please post the details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my problem. I have created a pretty heavy readonly class making many
The setup = I have this class, Transcript: class Transcript(models.Model): body = models.TextField('Body') doPagination
I have a model, like this: class Cert(models.Model): COUNTY_CHOICES = ( ('Choice1', 'Choice1'), ('Choice2',
Im playing a little bit with heavy-client app. Imagine I have this model: class
I have a User and Company model. There are three possible roles that a
I have two models with managers: Category and Project. class PopulatedCategoriesManager(models.Manager): def get_query_set(self): return
I've got a problem with designing my User model and making a decent form
My only problem is making them line up three-across and have equal spacing. Apparently,
I am making an application with Java Swing and i have a problem. I
I have a very big problem. I am making a CRM (Costumer Relationship Management)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.