Finally, I've been able to run localhost:8000 I had to uninstall and than install again Postgre, and now I've been able to set the password. Probably I didn't notice that before, and skipped it without noticing.
Although, now, I've another problem: once started localhost:8000 and logged id as admin, when I click on "Design", the only thing I see is the screenshot below, and it doesn't move from there. Somebody could help with this? Thank you <https://lh3.googleusercontent.com/-WwSM2Ej5Fyg/WeXSBZhmkYI/AAAAAAAAByU/w5TzPXM3uLsn71q0qULI0d0bSIPvb-yJACLcBGAs/s1600/screenshot.JPG> Il giorno martedì 17 ottobre 2017 09:36:13 UTC+2, Riccardo Giovanelli ha scritto: > > Hi Vincent, > I tried the default password but It gives me the same issue. > > On Monday, October 16, 2017 at 10:58:49 PM UTC+2, Vincent Meijer wrote: >> >> Hi Riccardo, >> >> Perhaps a bit too obvious, but are you sure you typed the password >> correctly? >> >> Also, have you tried the default password 'postgres' ? >> >> Best, >> Vincent >> >> >> On Monday, 16 October 2017 14:58:00 UTC-4, Riccardo Giovanelli wrote: >>> >>> Good Evening, >>> I followed the installation guide step by step and after multiple errors >>> I've got to get through to the final stage. >>> Unfortunately, Step 8 stops me, with a final error of "autentication >>> password failed for user "postgres". >>> And I can't get though this. >>> Can somebody help me? Thanx >>> >>> >>> (ENV) C:\Projects\arches>python manage.py runserver >>> Performing system checks... >>> >>> System check identified no issues (0 silenced). >>> Unhandled exception in thread started by <function wrapper at >>> 0x0000000004F177B8> >>> Traceback (most recent call last): >>> File "C:\Projects\ENV\lib\site-packages\django\utils\autoreload.py", >>> line 226, in wrapper >>> fn(*args, **kwargs) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\core\management\commands\runserver.py", >>> >>> line 117, in inner_run >>> self.check_migrations() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\core\management\commands\runserver.py", >>> >>> line 163, in check_migrations >>> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS]) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\migrations\executor.py", line >>> 20, in __init__ >>> self.loader = MigrationLoader(self.connection) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\migrations\loader.py", line >>> 49, in __init__ >>> self.build_graph() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\migrations\loader.py", line >>> 176, in build_graph >>> self.applied_migrations = recorder.applied_migrations() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\migrations\recorder.py", line >>> 65, in applied_migrations >>> self.ensure_schema() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\migrations\recorder.py", line >>> 52, in ensure_schema >>> if self.Migration._meta.db_table in >>> self.connection.introspection.table_names(self.connection.cursor()): >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py", line >>> 231, in cursor >>> cursor = self.make_debug_cursor(self._cursor()) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py", line >>> 204, in _cursor >>> self.ensure_connection() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py", line >>> 199, in ensure_connection >>> self.connect() >>> File "C:\Projects\ENV\lib\site-packages\django\db\utils.py", line 95, >>> in __exit__ >>> six.reraise(dj_exc_type, dj_exc_value, traceback) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py", line >>> 199, in ensure_connection >>> self.connect() >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py", line >>> 171, in connect >>> self.connection = self.get_new_connection(conn_params) >>> File >>> "C:\Projects\ENV\lib\site-packages\django\db\backends\postgresql\base.py", >>> line 175, in get_new_connection >>> connection = Database.connect(**conn_params) >>> File "C:\Projects\ENV\lib\site-packages\psycopg2\__init__.py", line >>> 130, in connect >>> conn = _connect(dsn, connection_factory=connection_factory, >>> **kwasync) >>> django.db.utils.OperationalError: FATALE: autenticazione con password >>> fallita per l'utente "postgres" >>> >>> -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
