Re: How to install pip on windos10

2024-09-14 Thread Anish Kumar
Creating a Virtual Environment and Installing Packages Introduction A virtual environment is a self-contained environment for Python projects, isolating your project's dependencies from other projects on your system. This helps prevent conflicts and ensures that your project uses the exact versions

chatbot project

2023-05-24 Thread Anish Kumar
can some one help me with source code i am a final year student and i resgistered my name for python django chatbot project but i am a fresher so i am have some problem in django chatbot project -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Want to learn web crawling using Python

2020-06-17 Thread Anish Chapagain
web visit > https://groups.google.com/d/msgid/django-users/8d4b570d-f945-49f2-93cf-c9d08083199fo%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/8d4b570d-f945-49f2-93cf-c9d08083199fo%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Re

Re: UI for python windows applications

2019-08-21 Thread Anish Chapagain
b visit > https://groups.google.com/d/msgid/django-users/CAAPzrPmrGggPErwdQ48diZVsRAgGn7MbqhvfAJJAQtNJ%2B8sxng%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAAPzrPmrGggPErwdQ48diZVsRAgGn7MbqhvfAJJAQtNJ%2B8sxng%40mail.gmail.com?utm_medium=email&utm_source=footer> &

Re: I am new in django

2017-10-30 Thread Anish Chapagain
Hi, Please follow tutorials on djangoproject.com and simpleisbetterthancomplex.com Sent from my iPhone > On Oct 30, 2017, at 20:46, cjacque...@gmail.com wrote: > > Hi ! > > I liked it : https://tutorial.djangogirls.org/en/ > > Le lundi 30 octobre 2017 15:45:49 UTC+1, Rafael Mauricio Builes

Re: zip file

2017-09-07 Thread Anish Chapagain
Hi, You can use requests or urllib , was there in similar condition before and this is the Link that helped me: https://stackoverflow.com/questions/16760992/how-to-download-a-zip-file-from-a-site-python might be useful to you too On Thursday, 7 September 2017 13:42:24 UTC+5:45, vishnu bhand

Re: How show id

2017-07-10 Thread Anish Chapagain
27;votes', 'question',] list_display = ('id','choice_text','votes','question',) list_filter = ['question'] again there's much better explanation here: https://docs.djangoproject.com/en/1.11/ref/contrib/admin/#django.contrib.admin.

Re: django webframework

2017-07-05 Thread Anish Chapagain
e : https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django & https://tutorial.djangogirls.org/en/ Have a go through to any of these sites once! if it helps you, they all have the contents from Starting Setup to Deploy. Anish Chapagain On Monday, 3 July 2017 19:04:24 UTC+5:45, arun kumar wrote:

Re: Django Bigener

2011-05-08 Thread Anish Chapagain
Hi there, do find the ebook "sama django in 24 hr" this is what i have gone through, it looks simple and easy..then you can move to ecommerce platform. for any help,work be in touch. regard's anish On Sun, May 8, 2011 at 12:58 AM, hersh wrote: > Hi to all, > > I

Re: django and model field translations

2009-09-16 Thread Anish
front end > editing and forms in the templates which are not written manually and > with use of uni-form. > > and what if i have a custom save on the add_mycontent view... ?? > > can you (or someone else) give me a feedback on this?! > > Anish wrote: > > You can use dj

Re: Help with Admin forms validation error

2009-09-16 Thread Anish
Hi, please check whether you import statement is this ---from django import forms On Sep 16, 3:15 pm, "adee...@googlemail.com" wrote: > Hi Guys, > > I am quite new to Django, I'm having few problems with validation > forms in Admin module, more specifically with raising exception in the > ModelF

Re: django and model field translations

2009-09-16 Thread Anish
You can use django-multilingual. It's simplest of the two. You can have the complete installation and usage on the django- multilingual wiki On Sep 16, 12:45 pm, aschmid wrote: > so i checked a few apps and im between django-transmeta and django- > multilingual, not sure yet what i should use