Giter Site home page Giter Site logo

Trying again about mygpo HOT 3 CLOSED

gpodder avatar gpodder commented on May 24, 2024
Trying again

from mygpo.

Comments (3)

stefankoegl avatar stefankoegl commented on May 24, 2024

Thanks for your report! I have reordered two sections, so that the Configuration part comes first. Please continue at http://gpoddernet.readthedocs.io/en/latest/dev/installation.html#configuration and let me know if you run into any other issues.

from mygpo.

JoBilert avatar JoBilert commented on May 24, 2024

Seems like I could once for get one step further. However I already got the next problem, which seems to consider the auth_user.

(venv) root@cubietruck:~/mygpo# envdir envs/local python manage.py migrate Traceback (most recent call last): File "/root/mygpo/venv/lib/python3.5/site-packages/django/db/backends/utils.py", line 63, in execute return self.cursor.execute(sql) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 30, in check_closed_ return func(self, *args, **kwargs) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 263, in execute self._pq_execute(self._query, conn._async) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 696, in _pq_execute self._pq_fetch() File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 757, in _pq_fetch raise self._conn._create_exception(cursor=self) psycopg2cffi._impl.exceptions.ProgrammingError: relation "auth_user" does not exist LINE 3: FROM auth_user
^
The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "manage.py", line 8, in <module> execute_from_command_line(sys.argv) File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 356, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/base.py", line 327, in execute self.check() File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/base.py", line 359, in check include_deployment_checks=include_deployment_checks, File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/commands/migrate.py", line 62, in _run_checks issues.extend(super(Command, self)._run_checks(**kwargs)) File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/management/base.py", line 346, in _run_checks return checks.run_checks(**kwargs) File "/root/mygpo/venv/lib/python3.5/site-packages/django/core/checks/registry.py", line 81, in run_checks new_errors = check(app_configs=app_configs) File "/root/mygpo/mygpo/users/checks.py", line 19, in check_case_insensitive_users cursor.execute(SQL) File "/root/mygpo/venv/lib/python3.5/site-packages/django/db/backends/utils.py", line 80, in execute return super(CursorDebugWrapper, self).execute(sql, params) File "/root/mygpo/venv/lib/python3.5/site-packages/django/db/backends/utils.py", line 65, in execute return self.cursor.execute(sql, params) File "/root/mygpo/venv/lib/python3.5/site-packages/django/db/utils.py", line 94, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) File "/root/mygpo/venv/lib/python3.5/site-packages/django/utils/six.py", line 685, in reraise raise value.with_traceback(tb) File "/root/mygpo/venv/lib/python3.5/site-packages/django/db/backends/utils.py", line 63, in execute return self.cursor.execute(sql) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 30, in check_closed_ return func(self, *args, **kwargs) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 263, in execute self._pq_execute(self._query, conn._async) File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 696, in _pq_execute self._pq_fetch() File "/root/mygpo/venv/lib/python3.5/site-packages/psycopg2cffi/_impl/cursor.py", line 757, in _pq_fetch raise self._conn._create_exception(cursor=self) django.db.utils.ProgrammingError: relation "auth_user" does not exist LINE 3: FROM auth_user

Sorry, but still can't migrate.

from mygpo.

stefankoegl avatar stefankoegl commented on May 24, 2024

I've just pushed a fix for your issue (64b1ef4). You should be able to run git pull and continue.

from mygpo.

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.