Re: is that any way to deploy django in apache with centos

2019-05-30 Thread Suresh Kannan
Hi,

I found this video helpful
https://www.youtube.com/watch?v=DzXCHAuHf0I=1553s but with Nginx and
Uwsgi.

Hope this helps you!

Suresh

On Thu, May 30, 2019 at 7:59 AM Kurosh Sol  wrote:

> is that any way to set Django in apache with wsgi mod  in centos
> I keep reading and still get error
> any good resource can really work?
>
> --
> 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/d041c339-201f-420b-a2b1-849016ae0b7a%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/CANfVfcDo-vh6VHnoUSGDbr64pTxzbzSD_f1Lm_9GPTWKMf0hhA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Button Event

2019-04-30 Thread Suresh Kannan
Hi,

Have a look at this
https://stackoverflow.com/questions/298772/django-template-variables-and-javascript

There are also several tutorials in youtube as well.

On Mon, Apr 29, 2019 at 1:03 PM Mayur Bagul  wrote:

> Hello Community,
>
> Im looking for solution on Button Event.
> I have situation like mention below :
>
> i have one button check temperature. after clicking on it; it should
> display dummy temperature on template from view.py i wrote.
> but im not getting how i can do this because there is no javascript used
> in django.
>
> Please guide me to get rid of this impedance.
>
> Thanking you,
> Mayur Bagul.
>
> --
> 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/3a9d8006-ab98-44e4-a2ce-66e4a439cd9d%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/CANfVfcDr0bwRm68N6P5HFvHYKm7VWCtdNew7_cw%2BUZaVMRLQ0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread Suresh Kannan
Hi,

Try these steps

https://wsvincent.com/install-python3-mac/

https://stackoverflow.com/a/20868669/4037275

On Tue, Apr 30, 2019 at 8:39 AM James  wrote:

> I downloaded the file from the python website and went through the entire
> installation process... accepting all of the default values.  However, when
> I went to my Terminal window and typed python, it still shows the older
> version:
>
> Python 2.7.10 (default, Feb 22 2019, 21:17:52)
>
> [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin
>
> What did I do wrong?  I need to get this all setup before I can start the
> Django tutorial.
>
> Thank you!
>
> --
> 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/d4a9335d-5067-4620-882e-e10a6d04dbcd%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/CANfVfcAPccwd4akLmC6YZ0Ehn4DPUT7bgFcPsyZHFZGn%2B8FFGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Don`t start server

2019-04-24 Thread Suresh Kannan
Hi,

Hope this helps.

>>>*django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is
required (found 3.7.17).*

https://stackoverflow.com/questions/55512244/no-installed-app-with-label-admin-in-empty-django-2-2-project

On Tue, Apr 23, 2019 at 3:10 PM TAIT_MIZO  wrote:

> (steam_trader) -bash-4.2$ python manage.py runserver
> Watching for file changes with StatReloader
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File "/opt/komtet/python35/lib/python3.5/threading.py", line 914, in
> _bootstrap_inner
> self.run()
>   File "/opt/komtet/python35/lib/python3.5/threading.py", line 862, in run
> self._target(*self._args, **self._kwargs)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/utils/autoreload.py",
> line 54, in wrapper
> fn(*args, **kwargs)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/core/management/commands/runserver.py",
> line 109, in inner_run
> autoreload.raise_last_exception()
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/utils/autoreload.py",
> line 77, in raise_last_exception
> raise _exception[0](_exception[1]).with_traceback(_exception[2])
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/utils/autoreload.py",
> line 54, in wrapper
> fn(*args, **kwargs)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/__init__.py",
> line 24, in setup
> apps.populate(settings.INSTALLED_APPS)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/apps/registry.py",
> line 114, in populate
> app_config.import_models()
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/apps/config.py",
> line 211, in import_models
> self.models_module = import_module(models_module_name)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/importlib/__init__.py",
> line 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 986, in _gcd_import
>   File "", line 969, in _find_and_load
>   File "", line 958, in
> _find_and_load_unlocked
>   File "", line 673, in _load_unlocked
>   File "", line 673, in exec_module
>   File "", line 222, in
> _call_with_frames_removed
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/contrib/auth/models.py",
> line 2, in 
> from django.contrib.auth.base_user import AbstractBaseUser,
> BaseUserManager
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/contrib/auth/base_user.py",
> line 47, in 
> class AbstractBaseUser(models.Model):
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/models/base.py",
> line 117, in __new__
> new_class.add_to_class('_meta', Options(meta, app_label))
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/models/base.py",
> line 321, in add_to_class
> value.contribute_to_class(cls, name)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/models/options.py",
> line 204, in contribute_to_class
> self.db_table = truncate_name(self.db_table,
> connection.ops.max_name_length())
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/__init__.py",
> line 28, in __getattr__
> return getattr(connections[DEFAULT_DB_ALIAS], item)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/utils.py",
> line 201, in __getitem__
> backend = load_backend(db['ENGINE'])
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/utils.py",
> line 110, in load_backend
> return import_module('%s.base' % backend_name)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/importlib/__init__.py",
> line 126, in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/backends/sqlite3/base.py",
> line 66, in 
> check_sqlite_version()
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/db/backends/sqlite3/base.py",
> line 63, in check_sqlite_version
> raise ImproperlyConfigured('SQLite 3.8.3 or later is required (found
> %s).' % Database.sqlite_version)
> *django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is
> required (found 3.7.17).*
>
> Traceback (most recent call last):
>   File
> "/var/www/coulinw8/data/steam_trader/lib/python3.5/site-packages/django/apps/registry.py",
> line 155, in get_app_config
> return self.app_configs[app_label]
> KeyError: 'admin'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "manage.py", line 21, in 
> main()
>   File "manage.py", line 17, in main
> 

Re: error 403 on admin login

2019-04-10 Thread Suresh Kannan
Hi,

These links may help you

https://stackoverflow.com/a/14121175/4037275
https://stackoverflow.com/a/12712507/4037275
https://stackoverflow.com/a/36292539/4037275

On Wed, Apr 10, 2019 at 7:11 AM Akash Kumar  wrote:

> I was following the official polls app tutorial on Django on v2.2.
> i have created the superuser of the first time but whenever I log in it
> shows error 403 forbidden (csrf token missing or incorrect)
> can anyone plz help me.
>
> --
> 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/012ee0bb-9fe8-4e0c-ab61-da55e79c3152%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/CANfVfcDEgkx07QqyYWpr08g6xtwMSO1fwJPaHeEynwKX_mEjug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: There's any django app for calendar?

2019-03-28 Thread Suresh Kannan
Hi,

Explore the link https://djangopackages.org/grids/g/calendar/

On Thu, 28 Mar 2019 at 09:45, Fellipe Henrique  wrote:

> Hello guys,  tried to search on google, but no lucky..
>
> Anyone knows any django app for calendar, to set appointments, hour/day...
> with frontend?
>
> Thanks!
>
> T.·.F.·.A.·. S+F
> *Fellipe Henrique P. Soares*
>
> e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \
> 's/(.)/chr(ord($1)-2*3)/ge'
> *Fedora Ambassador: https://fedoraproject.org/wiki/User:Fellipeh
> *
> *Blog: *http:www.fellipeh.eti.br
> *GitHub: https://github.com/fellipeh *
> *Twitter: @fh_bash*
>
> --
> 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/CAF1jwZF9cRAYbjPr04MyC%3DAWx_xhAdZd%2B%3Dem_WiOSkSpJgA9jQ%40mail.gmail.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/CANfVfcCgKnG7Tu2H53yS8vhH0b0ns7vKM4x5epG1CKz-%3DJr5WQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I display the result of a query in the template ?

2019-03-26 Thread Suresh Kannan
Hi,

These video tutorials may help you

https://www.youtube.com/watch?v=VZ8NIoLN-yQ

https://www.youtube.com/watch?v=08Oulp3OpJA

On Tue, 26 Mar 2019 at 12:33, Nadhem Zmandar 
wrote:

> I am working on a project  using Django and AngularJS. I have executed a
> query on the python shell. I would like to show the result on the front
> using AngularJS and make it a dynamic query using the "id" .
>
> --
> 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/a5cdd508-fa1f-45da-aeee-6c5b69eb1341%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/CANfVfcARH0-uYrFzyV4_K4CJuYqyqu%3D818vGC_h_V30EEUrhLA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Web Push Notification in Django

2019-03-25 Thread Suresh Kannan
Hi,

I hope this helps

https://www.digitalocean.com/community/tutorials/how-to-send-web-push-notifications-from-django-applications
https://github.com/safwanrahman/django-webpush



On Mon, 25 Mar 2019 at 12:28, Aayush Bhattarai 
wrote:

> *I am working on blog project and I wanted to add Web Push Notification in
> Django. I have researched a lot. I have not found proper answer on it.*
> *Looking for good answer. Thank You.*
>
> --
> 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/fae73806-d58e-4c70-88f4-59375e0af567%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/CANfVfcCo3xe1mZrXGHKfMuM%3DtQjPtzEhZ%2BX3FYTgmmcEeOXn6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error logging in to admin potal in Django 2.1.7

2019-03-12 Thread Suresh Kannan
Hi,

I am not sure this is an answer but it could be an issue with sqlite
version
https://stackoverflow.com/questions/53637182/django-no-such-table-main-auth-user-old


On Mon, 11 Mar 2019 at 07:14, Rishiraj Saxena  wrote:

> I am new to Django when I try to log in to Django using environment
> variables as the latest version of Django I am unable to log in to admin
> portal of Django with correct username and password that I created using
> "python manage.py createsuperuser". But when I try to do the same thing
> using Django 2.0.7 I am able to log in but then I  can not update the
> objects as i get the error No such table: main.auth_user__old. What should
> i do??
>
> --
> 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/3ea951ca-b65d-4446-9b70-efc66908e666%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/CANfVfcAjb_tYge0t6JMBEBgOcUoVNfu1AJcdr%2BkU_9vicX55dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What step am I missing?

2019-03-12 Thread Suresh Kannan
Hi,

You can watch these videos. I think this might help you.

https://www.youtube.com/watch?v=FNQxxpM1yOs (windows)

https://www.youtube.com/watch?v=oT1A1KKf0SI=PLxxA5z-8B2xk4szCgFmgonNcCboyNneMD
(linux)

On Mon, 11 Mar 2019 at 09:35, Joseph Jones  wrote:

> Thank you so much, does one bring up the cd command in the python terminal?
>
> On Mon, Mar 11, 2019 at 8:07 AM Kayode Oladipo 
> wrote:
>
>> You have to be in the project level directory to access 'manage.py'.
>> Use the 'cd' command in the terminal to do this.
>>
>> On Sun, Mar 10, 2019, 23:23 Joseph Jones >
>>> Hello all!
>>> I have been reading
>>> https://www.packtpub.com/application-development/learn-python-programming-second-edition
>>>  Since
>>> November, so I am very much new to the Python community. I am currently on
>>> chapter 14 "Web development" which suggests completing the tutorial on
>>> djangoproject.com after installing Django of course. When I've run the
>>> first two commands in the cmd of my PC I get the output the tutorial would
>>> indicate. However when I run the command .../> py manage.py runserver I
>>> receive a command error that no such file exists. My question is what
>>> mistake am I making? I'm hypothesizing one is to create a file entitled
>>> "manage.py' before beginning, however unless I'm misreading the text in the
>>> tutorial the command .../> django-admin startproject runserver
>>> auto-generates said file. Any suggestions on what I'm doing wrong would be
>>> immensely appreciated. Let me apologize in advance if I either, ask for
>>> clarification in any responses(again I am new), or mess up again through
>>> out the course of the tutorial and again reach out to the community. Thank
>>> you for any help,
>>> Joseph
>>>
>>> --
>>> 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/CAJGsC5OzcyMwrW%3D-EmU%2B-3o8esQ2JeVQoJScq%3DHy_mtsxKRuKQ%40mail.gmail.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%2BARzD8BiTZ8Rzfi9twFF7GTzYpBZqpCdpR3K_tGW5b1Rfsdrw%40mail.gmail.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/CAJGsC5N2poHoALgwHLkk%3D9o9jGeUZ1NStedbnBS-oLdYgVzSQA%40mail.gmail.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/CANfVfcBvhtWwwuKEe95BhAkYzQjV2k1Am4pFvMSsf_8yZWg2MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: add Image Field in model

2019-03-12 Thread Suresh Kannan
Hi,

https://stackoverflow.com/a/49867787/4037275

On Tue, 12 Mar 2019 at 09:20, omar ahmed  wrote:

> hello
> i want to add image field in my model
> i typed :
>  image = models.ImageField()
> but :
>  Cannot use ImageField because Pillow is not installed
>
> --
> 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/6101b636-925a-4f22-9637-13678d2ecaf0%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/CANfVfcAv5-xEXJ7PZymST5a-GJCJqivYUBQO0DWaZ2kFrPQAAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error

2019-03-12 Thread Suresh Kannan
Hi,

Perhaps this helps you

https://stackoverflow.com/questions/24627525/fatal-error-in-launcher-unable-to-create-process-using-c-program-files-x86

https://stackoverflow.com/questions/37220055/pip-fatal-error-in-launcher-unable-to-create-process-using/39733705

On Mon, 11 Mar 2019 at 12:04,  wrote:

> Hii all
> While I am creating django project I have getting this type of error Fatal
> error in launcher : Unable to create process using'"'
> I tried python -m pip install --upgrade pip
> Python -m pip install -U pip
> Python -m pip install virtualenv
>
> Can anybody please help me
>
> --
> 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/15d843bb-1b95-4a0d-ba7b-2e5023fd15d8%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/CANfVfcBucQvFicKAO2R92rWUK0Hw4sFnn%2BkvSFit5dBzj6WLkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: the name of Django package

2019-02-25 Thread Suresh Kannan
Hello everyone,

I am relatively new to Django. I am looking for a package where a client 
can edit the front end of the Django app. 
Say for example the client wants to change the typo/contact details in the 
web app in the GUI version (preferably they can edit the webpage and 
preview directly). 
I understand they will be doing this in the testing server rather than the 
production server. 
I have searched in google but, it seems to me I am not using the right 
keyword. 
Django admin provides for editing only the database (am I wrong?).

Thank you for your time!

Suresh

-- 
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/7b0a5d0f-6554-4ddb-8f33-340641268447%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django Tutorials: NoReverseMatch at /polls/1/vote/

2019-02-21 Thread Suresh Kannan
You should read the links

https://docs.djangoproject.com/en/2.1/intro/tutorial03/#namespacing-url-names

https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace
https://stackoverflow.com/questions/30935053/noreversematch-at-polls-1-vote


Suresh

On Thu, 21 Feb 2019 at 06:31,  wrote:

> please let me know the particular solution for version 2.1 i m stucked
>
> On Friday, 21 March 2014 14:31:29 UTC+5:30, Daniel Roseman wrote:
>>
>> On Thursday, 20 March 2014 23:07:47 UTC, wasingej wrote:
>>>
>>> I am trying to create the project described by the Django Tutorials.
>>> However, I have reached a problem that I am stuck on after implementing the
>>> voting forms described in tutorial 4 (
>>> https://docs.djangoproject.com/en/1.6/intro/tutorial04/).  When I run
>>> my website and go to the url:http://localhost:8000/polls/1/vote/, I am
>>> greeted with an exception:
>>>
>>> NoReverseMatch at /polls/1/vote/
>>> value: u'polls' is not a registered namespace
>>>
>>> 
>>>
>>> It seems strange that 'polls' is not a registered namespace because it
>>> is the name of my django application.  Any ideas as to what I could be
>>> doing wrong here?
>>>
>>
>> Are you sure you've followed the instructions at the end of the previous
>> part?
>>
>> https://docs.djangoproject.com/en/1.6/intro/tutorial03/#namespacing-url-names
>> --
>> DR.
>>
> --
> 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/274e59fa-fd4c-4535-afc7-dea30195ddc6%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/CANfVfcA53TzzUQ4UgVTO%2BWMcVVAR4xmeTms0R1j25Ohmz_2tBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.