Giter VIP home page Giter VIP logo

Comments (4)

astarrh avatar astarrh commented on June 7, 2024

Oops. Time for me to go to bed i think

from django-csvimport.

vhdmsm avatar vhdmsm commented on June 7, 2024

@astarrh Didn't you think enough? :D i have the same problem.
Using Python3.5, Django 1.9:

Traceback (most recent call last):
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/apps/config.py", line 136, in create
    app_name = cls.name
AttributeError: type object 'AppConfig' has no attribute 'name'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
    utility.execute()
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/core/management/__init__.py", line 327, in execute
    django.setup()
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/__init__.py", line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/Users/vahid/.virtualenvs/qbot/lib/python3.5/site-packages/django/apps/config.py", line 139, in create
    "'%s' must supply a name attribute." % entry)
django.core.exceptions.ImproperlyConfigured: 'csvimport.app.AppConfig' must supply a name attribute.

from django-csvimport.

AyeshaIshrath avatar AyeshaIshrath commented on June 7, 2024

Okay, how did you guys fix this?

from django-csvimport.

astarrh avatar astarrh commented on June 7, 2024

Judging by my comment, it looks like it was a semantic error for me.

from django-csvimport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.