Your model class definition is wrong. It should be:

    class Question(models.Model):

On Tue, Jul 10, 2018 at 1:29 PM Forest Rally Media <
[email protected]> wrote:

> Hi there guys! I'm pretty new to the "django" game and I'm having a little
> trouble with the manage.py function of the app. It's asking me to put in
> this code
> mysite/manage.py makemigrations polls
> but when selected into the linux terminal this pops up...
> Traceback (most recent call last):
>   File "mysite/manage.py", line 21, in <module>
>     execute_from_command_line(sys.argv)
>   File
> "/home/calumbond/.local/lib/python3.6/site-packages/django/core/management/__init__.py"
> , line 371, in execute_from_command_line
>     utility.execute()
>   File
> "/home/calumbond/.local/lib/python3.6/site-packages/django/core/management/__init__.py"
> , line 347, in execute
>     django.setup()
>   File
> "/home/calumbond/.local/lib/python3.6/site-packages/django/__init__.py",
> line 24, in setup
>     apps.populate(settings.INSTALLED_APPS)
>   File
> "/home/calumbond/.local/lib/python3.6/site-packages/django/apps/registry.py"
> , line 112, in populate
>     app_config.import_models()
>   File
> "/home/calumbond/.local/lib/python3.6/site-packages/django/apps/config.py"
> , line 198, in import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.6/importlib/__init__.py", line 126, in
> import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 994, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 971, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 955, in
> _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
>   File "<frozen importlib._bootstrap>", line 219, in
> _call_with_frames_removed
>   File "/home/calumbond/mysite/polls/models.py", line 5, in <module>
>     class Question(models):
> TypeError: module.__init__() takes at most 2 arguments (3 given)
>
> What is going on here?
> Please help!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/05b72965-729d-4740-873b-59fbe8b5ec72%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/05b72965-729d-4740-873b-59fbe8b5ec72%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHEnUVW3gWW1tMi3HYUPofNqJX0j6KyE7Lts95in5%3DES2S1kKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to