Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Muhammed Rafi A
password is not correct, check them or reset the password ones more

On Fri, Jan 3, 2020 at 2:58 PM shailendra singh 
wrote:

> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 932, in _bootstrap_inner
> self.run()
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 870, in run
> self._target(*self._args, **self._kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
> line 53, in wrapper
> fn(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
> line 120, in inner_run
> self.check_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
> line 458, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
> line 18, in __init__
> self.loader = MigrationLoader(self.connection)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 49, in __init__
> self.build_graph()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 212, in build_graph
> self.applied_migrations = recorder.applied_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 76, in applied_migrations
> if self.has_table():
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 56, in has_table
> return self.Migration._meta.db_table in
> self.connection.introspection.table_names(self.connection.cursor())
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 260, in cursor
> return self._cursor()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 236, in _cursor
> self.ensure_connection()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py",
> line 90, in __exit__
> raise dj_exc_value.with_traceback(traceback) from exc_value
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 197, in connect
> self.connection = self.get_new_connection(conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
> line 185, in get_new_connection
> connection = Database.connect(**conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py",
> line 126, in connect
> conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed
> for user "postgres"
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fdcdb68e-ce8d-4326-a519-7ae07a51ee2f%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADwyzwrGjjao35efTZ6euL%2BYx%2BvV6VQkyUbPU2dd0o4UQyo6mA%40mail.gmail.com.


Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Rajesh Maruti
 The authentication error for the database username with password
 Please check the DB username and password

On Fri, 3 Jan 2020 at 14:57, shailendra singh 
wrote:

> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 932, in _bootstrap_inner
> self.run()
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 870, in run
> self._target(*self._args, **self._kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
> line 53, in wrapper
> fn(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
> line 120, in inner_run
> self.check_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
> line 458, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
> line 18, in __init__
> self.loader = MigrationLoader(self.connection)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 49, in __init__
> self.build_graph()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 212, in build_graph
> self.applied_migrations = recorder.applied_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 76, in applied_migrations
> if self.has_table():
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 56, in has_table
> return self.Migration._meta.db_table in
> self.connection.introspection.table_names(self.connection.cursor())
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 260, in cursor
> return self._cursor()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 236, in _cursor
> self.ensure_connection()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py",
> line 90, in __exit__
> raise dj_exc_value.with_traceback(traceback) from exc_value
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 197, in connect
> self.connection = self.get_new_connection(conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
> line 185, in get_new_connection
> connection = Database.connect(**conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py",
> line 126, in connect
> conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed
> for user "postgres"
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fdcdb68e-ce8d-4326-a519-7ae07a51ee2f%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADfZoLULiz%3DAfuEJCwp_9OhCifmoqxXjC5CWD1kS76KJntKsEw%40mail.gmail.com.


Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread sagar ninave
Hello ShailendraI have tried to attached postgresql to django but it could
not happened please can you tell me what is procedure to do that

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA6pdZ8rwFhu2_t5nM3m2%2B8HDHiD9WMo2g4KyCVn6r26RGGsRA%40mail.gmail.com.


Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
Thanks Everyone . Now its done.

On Friday, January 3, 2020 at 2:57:27 PM UTC+5:30, shailendra singh wrote:
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
>  
> line 932, in _bootstrap_inner
> self.run()
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
>  
> line 870, in run
> self._target(*self._args, **self._kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
>  
> line 53, in wrapper
> fn(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
>  
> line 120, in inner_run
> self.check_migrations()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
>  
> line 458, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
>  
> line 18, in __init__
> self.loader = MigrationLoader(self.connection)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
>  
> line 49, in __init__
> self.build_graph()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
>  
> line 212, in build_graph
> self.applied_migrations = recorder.applied_migrations()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
>  
> line 76, in applied_migrations
> if self.has_table():
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
>  
> line 56, in has_table
> return self.Migration._meta.db_table in 
> self.connection.introspection.table_names(self.connection.cursor())
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  
> line 26, in inner
> return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  
> line 260, in cursor
> return self._cursor()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  
> line 236, in _cursor
> self.ensure_connection()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  
> line 26, in inner
> return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  
> line 220, in ensure_connection
> self.connect()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py", 
> line 90, in __exit__
> raise dj_exc_value.with_traceback(traceback) from exc_value
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  
> line 220, in ensure_connection
> self.connect()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  
> line 26, in inner
> return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  
> line 197, in connect
> self.connection = self.get_new_connection(conn_params)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  
> line 26, in inner
> return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
>  
> line 185, in get_new_connection
> connection = Database.connect(**conn_params)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py",
>  
> line 126, in connect
> conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed 
> for user "postgres"
>
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5635d022-46fb-4cf9-93ad-28943893eca2%40googlegroups.com.


Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Motaz Hejaze
To test just create another user and database and grant all privileges for
the new user to the new database and finally add those new credentials to
django settings.py

On Fri, 3 Jan 2020, 12:46 pm ramadhan ngallen,  wrote:

> Hello
> The reason was due to wrong password for the postgre. Kindly test the
> password via Pgadmin.
>
> *Best Regards*
>
> *Ramadhan Ngallen*
> Software Consultant
>
> Phone: +255 715 200 997 | ngall...@gmail.com
> On 3 Jan 2020, 12:27 +0300, shailendra singh ,
> wrote:
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 932, in _bootstrap_inner
> self.run()
>   File
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
> line 870, in run
> self._target(*self._args, **self._kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
> line 53, in wrapper
> fn(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
> line 120, in inner_run
> self.check_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
> line 458, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
> line 18, in __init__
> self.loader = MigrationLoader(self.connection)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 49, in __init__
> self.build_graph()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
> line 212, in build_graph
> self.applied_migrations = recorder.applied_migrations()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 76, in applied_migrations
> if self.has_table():
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
> line 56, in has_table
> return self.Migration._meta.db_table in
> self.connection.introspection.table_names(self.connection.cursor())
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 260, in cursor
> return self._cursor()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 236, in _cursor
> self.ensure_connection()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py",
> line 90, in __exit__
> raise dj_exc_value.with_traceback(traceback) from exc_value
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 220, in ensure_connection
> self.connect()
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
> line 197, in connect
> self.connection = self.get_new_connection(conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
> line 26, in inner
> return func(*args, **kwargs)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
> line 185, in get_new_connection
> connection = Database.connect(**conn_params)
>   File
> "/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py",
> line 126, in connect
> conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed
> for user "postgres"
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fdcdb68e-ce8d-4326-a519-7ae07a51ee2f%40googlegroups.com
> 
> .
>
> --
> You received this message because you are subscribed 

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread ramadhan ngallen
Hello
The reason was due to wrong password for the postgre. Kindly test the password 
via Pgadmin.

Best Regards

Ramadhan Ngallen
Software Consultant

Phone: +255 715 200 997 | ngall...@gmail.com
On 3 Jan 2020, 12:27 +0300, shailendra singh , wrote:
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
>  line 932, in _bootstrap_inner
>     self.run()
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py",
>  line 870, in run
>     self._target(*self._args, **self._kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
>  line 53, in wrapper
>     fn(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
>  line 120, in inner_run
>     self.check_migrations()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
>  line 458, in check_migrations
>     executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
>  line 18, in __init__
>     self.loader = MigrationLoader(self.connection)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
>  line 49, in __init__
>     self.build_graph()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
>  line 212, in build_graph
>     self.applied_migrations = recorder.applied_migrations()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
>  line 76, in applied_migrations
>     if self.has_table():
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
>  line 56, in has_table
>     return self.Migration._meta.db_table in 
> self.connection.introspection.table_names(self.connection.cursor())
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  line 26, in inner
>     return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  line 260, in cursor
>     return self._cursor()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  line 236, in _cursor
>     self.ensure_connection()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  line 26, in inner
>     return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  line 220, in ensure_connection
>     self.connect()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py", 
> line 90, in __exit__
>     raise dj_exc_value.with_traceback(traceback) from exc_value
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  line 220, in ensure_connection
>     self.connect()
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  line 26, in inner
>     return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
>  line 197, in connect
>     self.connection = self.get_new_connection(conn_params)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
>  line 26, in inner
>     return func(*args, **kwargs)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
>  line 185, in get_new_connection
>     connection = Database.connect(**conn_params)
>   File 
> "/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py",
>  line 126, in connect
>     conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
> django.db.utils.OperationalError: FATAL:  password authentication failed for 
> user "postgres"
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/fdcdb68e-ce8d-4326-a519-7ae07a51ee2f%40googlegroups.com.

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f5a6ffb7-548a-4da1-96d3-adfe13f9c42b%40Spark.


Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 932, in _bootstrap_inner
self.run()
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 870, in run
self._target(*self._args, **self._kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/autoreload.py",
 
line 53, in wrapper
fn(*args, **kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/commands/runserver.py",
 
line 120, in inner_run
self.check_migrations()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/core/management/base.py",
 
line 458, in check_migrations
executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/executor.py",
 
line 18, in __init__
self.loader = MigrationLoader(self.connection)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
 
line 49, in __init__
self.build_graph()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/loader.py",
 
line 212, in build_graph
self.applied_migrations = recorder.applied_migrations()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
 
line 76, in applied_migrations
if self.has_table():
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/migrations/recorder.py",
 
line 56, in has_table
return self.Migration._meta.db_table in 
self.connection.introspection.table_names(self.connection.cursor())
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
 
line 26, in inner
return func(*args, **kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
 
line 260, in cursor
return self._cursor()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
 
line 236, in _cursor
self.ensure_connection()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
 
line 26, in inner
return func(*args, **kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
 
line 220, in ensure_connection
self.connect()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/utils.py", 
line 90, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
 
line 220, in ensure_connection
self.connect()
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
 
line 26, in inner
return func(*args, **kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/base/base.py",
 
line 197, in connect
self.connection = self.get_new_connection(conn_params)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/utils/asyncio.py",
 
line 26, in inner
return func(*args, **kwargs)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/django/db/backends/postgresql/base.py",
 
line 185, in get_new_connection
connection = Database.connect(**conn_params)
  File 
"/Applications/Projects/venv/lib/python3.8/site-packages/psycopg2/__init__.py", 
line 126, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: FATAL:  password authentication failed 
for user "postgres"

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fdcdb68e-ce8d-4326-a519-7ae07a51ee2f%40googlegroups.com.


Re: hi everyone

2018-11-12 Thread Balaji Sijapati
Hi Ramakurthy,

you can get a sample django-Rest webservice project from internet and
customize it little bit [U can include same requirement you might have done
in Java or any other previous project] and put it in your Resume.  I hope
this helps.

Thanks & Regards
Balaji

On Sun, Nov 11, 2018 at 7:23 PM ramakurthy swamy 
wrote:

> i am looking for real time project based on python and django plz help `me
> and i want to keep that project in my resume plz help me guiess
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com
> 
> .
> 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CA%2B2YGoh9EmLn6c-k2jNkm8f16YtaLgjD3D3k0jLAa7OLM9K9dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: hi everyone

2018-11-12 Thread PASCUAL Eric
Hi,


I didn't understand the explanation you gave about the reference to "real time" 
 in the context of your project. Please, have a look at this page for instance 
(https://en.wikipedia.org/wiki/Real-time_computing) to understand what "real 
time" means in computing.

With respect to having a complete Django project as an example for learning, 
the "poll" application used in the series of tutorials which are part of the 
official documentation should answer your expectation. Did you study this 
tutorials ? Almost (if not all) Django users have started their learning 
journey there. Have also a look at Django girls web site 
(https://djangogirls.org/). Don't be fooled by its name, this site is one of 
the best places to stop at when it comes to find serious help about Django.

Best


Eric


From: django-users@googlegroups.com  on behalf 
of akash kandpal <9654263057akashkand...@gmail.com>
Sent: Monday, November 12, 2018 7:56:16 AM
To: django-users@googlegroups.com
Subject: Re: hi everyone

I mean we can see some working projects and learn from it by implementing them 
ourselves and thus it will be more of a learning opportunity for us.


Regards,
Akash Kandpal.

On Mon, Nov 12, 2018, 12:22 PM Joel mailto:j...@eyrie.in> wrote:
I don't really understand what you mean. How can you put something on your 
resume when you haven't contributed to it?

On Mon, 12 Nov, 2018, 12:06 PM ramakurthy swamy 
mailto:veeraswam...@gmail.com> wrote:
hi sir thank u for giving reply and the real time means what the present 
projects are going on company based on python and django,,,
And i have a two years gap in my academic period based on that project i want 
to fill-up that gap so plz kindly help

On Sun, Nov 11, 2018 at 7:45 PM PASCUAL Eric 
mailto:eric.pasc...@cstb.fr>> wrote:

Hi,


What do you mean exactly by "real time" ? Can you describe the project you are 
thinking about ?


"Real time" relates to a very specific class of software, which one of the 
characteristics is to react to external events in a (most often) short and, 
deterministic time. For sure, neither Python nor Django fulfill the involved 
technical requirements, especially considering the deterministic property which 
is one of the RT non negotiable aspect.


BTW can you elaborate a bit on what you mean by "i want to keep that project in 
my resume" ?


Regards


Eric


From: django-users@googlegroups.com<mailto:django-users@googlegroups.com> 
mailto:django-users@googlegroups.com>> on behalf 
of ramakurthy swamy mailto:veeraswam...@gmail.com>>
Sent: Sunday, November 11, 2018 2:29:51 PM
To: Django users
Subject: hi everyone

i am looking for real time project based on python and django plz help `me and 
i want to keep that project in my resume plz help me guiess


--
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 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:django-users@googlegroups.com>.
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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com<https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:django-users@googlegroups.com>.
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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM<https://groups.google.com/d/msgid/django-users/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email_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 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:dj

Re: hi everyone

2018-11-11 Thread akash kandpal
I mean we can see some working projects and learn from it by implementing
them ourselves and thus it will be more of a learning opportunity for us.


Regards,
Akash Kandpal.

On Mon, Nov 12, 2018, 12:22 PM Joel  I don't really understand what you mean. How can you put something on your
> resume when you haven't contributed to it?
>
> On Mon, 12 Nov, 2018, 12:06 PM ramakurthy swamy  wrote:
>
>> hi sir thank u for giving reply and the real time means what the present
>> projects are going on company based on python and django,,,
>> And i have a two years gap in my academic period based on that project i
>> want to fill-up that gap so plz kindly help
>>
>> On Sun, Nov 11, 2018 at 7:45 PM PASCUAL Eric 
>> wrote:
>>
>>> Hi,
>>>
>>>
>>> What do you mean exactly by "real time" ? Can you describe the project
>>> you are thinking about ?
>>>
>>>
>>> "Real time" relates to a very specific class of software, which one of
>>> the characteristics is to react to external events in a (most often) short
>>> and, *deterministic* time. For sure, neither Python nor Django fulfill
>>> the involved technical requirements, especially considering the
>>> deterministic property which is one of the RT non negotiable aspect.
>>>
>>>
>>> BTW can you elaborate a bit on what you mean by "i want to keep that
>>> project in my resume" ?
>>>
>>>
>>> Regards
>>>
>>>
>>> Eric
>>> --
>>> *From:* django-users@googlegroups.com 
>>> on behalf of ramakurthy swamy 
>>> *Sent:* Sunday, November 11, 2018 2:29:51 PM
>>> *To:* Django users
>>> *Subject:* hi everyone
>>>
>>> i am looking for real time project based on python and django plz help
>>> `me and i want to keep that project in my resume plz help me guiess
>>>
>>> --
>>> 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 django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> 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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> 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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM
>>> <https://groups.google.com/d/msgid/django-users/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com?utm_medium=email_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, 

Re: hi everyone

2018-11-11 Thread Joel
I don't really understand what you mean. How can you put something on your
resume when you haven't contributed to it?

On Mon, 12 Nov, 2018, 12:06 PM ramakurthy swamy  hi sir thank u for giving reply and the real time means what the present
> projects are going on company based on python and django,,,
> And i have a two years gap in my academic period based on that project i
> want to fill-up that gap so plz kindly help
>
> On Sun, Nov 11, 2018 at 7:45 PM PASCUAL Eric  wrote:
>
>> Hi,
>>
>>
>> What do you mean exactly by "real time" ? Can you describe the project
>> you are thinking about ?
>>
>>
>> "Real time" relates to a very specific class of software, which one of
>> the characteristics is to react to external events in a (most often) short
>> and, *deterministic* time. For sure, neither Python nor Django fulfill
>> the involved technical requirements, especially considering the
>> deterministic property which is one of the RT non negotiable aspect.
>>
>>
>> BTW can you elaborate a bit on what you mean by "i want to keep that
>> project in my resume" ?
>>
>>
>> Regards
>>
>>
>> Eric
>> ------
>> *From:* django-users@googlegroups.com  on
>> behalf of ramakurthy swamy 
>> *Sent:* Sunday, November 11, 2018 2:29:51 PM
>> *To:* Django users
>> *Subject:* hi everyone
>>
>> i am looking for real time project based on python and django plz help
>> `me and i want to keep that project in my resume plz help me guiess
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM
>> <https://groups.google.com/d/msgid/django-users/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAA%3Diw_9G4xEckEM7OW11cZAnS_Zu7s%3DMenTE-W2_k6mpVhs66A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: hi everyone

2018-11-11 Thread akash kandpal
I am also looking for some example with  code on such projects.Specially, I
am  looking for some complete websites or working projects on django to
learn it's backend part and connectivity with database. If any such project
is found, please infrom me too. @ramakurthy Here is my whatsaap no
9654263057. We can work on such projects together, I am  final year
undergrad from Delhi,  India.

On Mon, Nov 12, 2018 at 12:06 PM ramakurthy swamy 
wrote:

> hi sir thank u for giving reply and the real time means what the present
> projects are going on company based on python and django,,,
> And i have a two years gap in my academic period based on that project i
> want to fill-up that gap so plz kindly help
>
> On Sun, Nov 11, 2018 at 7:45 PM PASCUAL Eric  wrote:
>
>> Hi,
>>
>>
>> What do you mean exactly by "real time" ? Can you describe the project
>> you are thinking about ?
>>
>>
>> "Real time" relates to a very specific class of software, which one of
>> the characteristics is to react to external events in a (most often) short
>> and, *deterministic* time. For sure, neither Python nor Django fulfill
>> the involved technical requirements, especially considering the
>> deterministic property which is one of the RT non negotiable aspect.
>>
>>
>> BTW can you elaborate a bit on what you mean by "i want to keep that
>> project in my resume" ?
>>
>>
>> Regards
>>
>>
>> Eric
>> ------
>> *From:* django-users@googlegroups.com  on
>> behalf of ramakurthy swamy 
>> *Sent:* Sunday, November 11, 2018 2:29:51 PM
>> *To:* Django users
>> *Subject:* hi everyone
>>
>> i am looking for real time project based on python and django plz help
>> `me and i want to keep that project in my resume plz help me guiess
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> 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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM
>> <https://groups.google.com/d/msgid/django-users/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
<https://about.me/akashkandpal?promo=email_sig_source=product_medium=email_sig_campaign=edit_panel_content=thumb>
Akash Kandpal
about.me/akashkandpal
<https://about.me/akashkandpal?promo=email_sig_source=product_medium=email_sig_campaign=edit_panel_content=thumb>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAPND-h5Ta0b7%3DyUpKKhjBpoHHqc46witdyOEjbb4_vnNHZaPZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: hi everyone

2018-11-11 Thread ramakurthy swamy
hi sir thank u for giving reply and the real time means what the present
projects are going on company based on python and django,,,
And i have a two years gap in my academic period based on that project i
want to fill-up that gap so plz kindly help

On Sun, Nov 11, 2018 at 7:45 PM PASCUAL Eric  wrote:

> Hi,
>
>
> What do you mean exactly by "real time" ? Can you describe the project you
> are thinking about ?
>
>
> "Real time" relates to a very specific class of software, which one of the
> characteristics is to react to external events in a (most often) short and,
> *deterministic* time. For sure, neither Python nor Django fulfill the
> involved technical requirements, especially considering the deterministic
> property which is one of the RT non negotiable aspect.
>
>
> BTW can you elaborate a bit on what you mean by "i want to keep that
> project in my resume" ?
>
>
> Regards
>
>
> Eric
> --
> *From:* django-users@googlegroups.com  on
> behalf of ramakurthy swamy 
> *Sent:* Sunday, November 11, 2018 2:29:51 PM
> *To:* Django users
> *Subject:* hi everyone
>
> i am looking for real time project based on python and django plz help `me
> and i want to keep that project in my resume plz help me guiess
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM
> <https://groups.google.com/d/msgid/django-users/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAHa6oC9WoybinQcMjYR2FvzcSohAfz6Yk_99xAP5_zB669MvAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: hi everyone

2018-11-11 Thread PASCUAL Eric
Hi,


What do you mean exactly by "real time" ? Can you describe the project you are 
thinking about ?


"Real time" relates to a very specific class of software, which one of the 
characteristics is to react to external events in a (most often) short and, 
deterministic time. For sure, neither Python nor Django fulfill the involved 
technical requirements, especially considering the deterministic property which 
is one of the RT non negotiable aspect.


BTW can you elaborate a bit on what you mean by "i want to keep that project in 
my resume" ?


Regards


Eric


From: django-users@googlegroups.com  on behalf 
of ramakurthy swamy 
Sent: Sunday, November 11, 2018 2:29:51 PM
To: Django users
Subject: hi everyone

i am looking for real time project based on python and django plz help `me and 
i want to keep that project in my resume plz help me guiess


--
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 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto:django-users@googlegroups.com>.
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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com<https://groups.google.com/d/msgid/django-users/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com?utm_medium=email_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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/VI1P193MB04326D4B9AAA3A7EA2A856348CC00%40VI1P193MB0432.EURP193.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/d/optout.


hi everyone

2018-11-11 Thread ramakurthy swamy
i am looking for real time project based on python and django plz help `me 
and i want to keep that project in my resume plz help me guiess

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/f7b6adcd-4d1a-4f3a-abc7-b659be3c842c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.