Re: Run Any Python Project

2021-08-20 Thread Rana Zain
._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 984, in _find_and_load_unlocked ModuleNotFoundError: No module named 'gettext_noop' Also faces this error everytime I am

Run Any Python Project

2021-08-20 Thread Rana Zain
Hi, Can anybody help me to know how we can run any python project from Git and any other sources. -- 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-user

Re: Git Hub Project

2021-08-12 Thread Rana Zain
Okay. I am checking. Thanks Everyone. On Wednesday, August 11, 2021 at 9:54:32 PM UTC+5 Kasper Laudrup wrote: > On 11/08/2021 18.19, Rana Zain wrote: > > Thanks everyone for your kind support. I am working hard on python and > > Django. Earlier I learn python then I started worki

Re: Git Hub Project

2021-08-11 Thread Rana Zain
I will very happy if you will help in running this code. On Wednesday, August 11, 2021 at 9:19:04 PM UTC+5 Rana Zain wrote: > Thanks everyone for your kind support. I am working hard on python and > Django. Earlier I learn python then I started working on Django. I hope you > will s

Re: Git Hub Project

2021-08-11 Thread Rana Zain
u get it all > > > > Indeed. > > Django is very easy to get started with and has some of the best > documentation of any project I've seen. > > That being said, I personally think it might be a good idea to at least > get some basics of Python before starting your

Re: Git Hub Project

2021-08-10 Thread Rana Zain
I take trainings for python and work on it. Now I am a beginner on Django want to run Git Hub Clone this proejct. On Tuesday, August 10, 2021 at 7:41:13 PM UTC+5 Kasper Laudrup wrote: > On 10/08/2021 14.03, Rana Zain wrote: > > Thank you very much for your kind words. I am facing th

Re: Git Hub Project

2021-08-10 Thread Rana Zain
@Ryan i tired many times tabs and spaces. But not work. On Tuesday, August 10, 2021 at 6:50:41 PM UTC+5 Ryan Nowakowski wrote: > You might have mixed tabs and spaces. PEP8 standard is 4 spaces per level > of indentation, IIRC. > > > On August 9, 2021 7:24:56 AM CDT, R

Re: Git Hub Project

2021-08-10 Thread Rana Zain
, name): super().__delattr__(name) def __dir__(self): return sorted( s for s in [*self.__dict__, *dir(self.default_settings)] if s not in self._deleted ) def is_overridden(self, setting): deleted = (setting in self._deleted) set_locally = (setting in self.__dict__) set_on_default = getattr(self.defa

Re: Git Hub Project

2021-08-10 Thread Rana Zain
Thank you very much for your kind words. I am facing this errors : > ',' or ')' expected > Unexpected indent > Statement expected, found Py:DEDENT for the last 2,3 days. Kindly help me out. On Monday, August 9, 2021 at 5:43:06 PM UTC+5 Kasper Laudrup wrote: >

Re: Git Hub Project

2021-08-09 Thread Rana Zain
: > what exactly you're trying to do? > > On Wed, Aug 4, 2021 at 6:41 PM Rana Zain wrote: > >> Hi, >> Can anybody help me in running git clone django Project? >> >> -- >> > You received this message because you are subscribed to the Google Groups >

Git Hub Project

2021-08-04 Thread Rana Zain
Hi, Can anybody help me in running git clone django Project? -- 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 t

Re: AttributeError: module 'polls.views' has no attribute 'index'

2021-07-26 Thread Zain
Had the same issue. Solved, make sure you run each edited python file during the tutorial. I guess it needs to update. All I know is this fixed the issue. On Monday, April 19, 2021 at 2:07:34 AM UTC+10 avi.me...@gmail.com wrote: > I followed the same tutorial on 17th April 2021 with Python 3.9

Django rest api connect with android mobile app

2020-02-25 Thread Zain Mehar
please anyone tell me how i connect my Django rest API with my Andriod mobile application please anyone tells? -- 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

how to run jupyter notebook code in django

2019-04-02 Thread zain malik
Hi, I am zain and i am implementing popularity based recommendations system on django. The code of recommendation system is implemented on Jupyter notebook and it is using *pandas dataframes and some numPy* *functions*. Now i am confused about how to run that code in my django Product model

Dynamodb backed application

2017-09-01 Thread Zain Ali
i am wondering how to make a web app with nosql db as pynamodb is orm support i didnot get any good todo app example for dynamodb app or using other library let me know i am newbie to django want to make app backed by dynamodb -- You received this message because you are subscribed to the Goo

Re: Best Django host

2009-05-19 Thread Zain Memon
http://djangofriendly.com/ On Tue, May 19, 2009 at 6:21 PM, LeonTheCleaner wrote: > > Hi, > > I currently use dreamhost, but the installation process is very slow. > Is it me or this process is overly complicated? All I want is to > install an already written django project but to do that it's li

Re: Django version

2009-05-19 Thread Zain Memon
import djangodjango.get_version() On Tue, May 19, 2009 at 10:47 AM, VidrSan wrote: > > How can I see django version on my web-server? Just python's code, > beaucause I can't find any information on hosting > > > > --~--~-~--~~~---~--~~ You received this message b

Re: Introducing FirePy, a FirePHP server library for Django

2009-05-05 Thread Zain Memon
What's the difference between your project and FirePython? http://firepython.binaryage.com/ On Tue, May 5, 2009 at 10:18 PM, Sung-Jin Hong wrote: > Hello everyone! > > I've made a simple FirePHP server library for Django. > > For those who are not familiar with FirePHP, It's a Firebug extension t

Re: How to add a customized validation/authorization to django.contrib.admin

2009-05-05 Thread Zain Memon
You're going to want to override a couple of ModelAdmin methods. Take a look at this blog post. http://www.b-list.org/weblog/2008/dec/24/admin/ On Tue, May 5, 2009 at 5:19 AM, topcoder...@gmail.com wrote: > > Hello everyone, > > In my application, I heavily used django.contrib.admin to manage my

Re: tinymce not displaying on admin template

2009-05-04 Thread Zain Memon
Your TINYMCE_JS_URL is .../site_media/js/tiny_mce/tiny_mce.js while the file apparently is at .../site_media/tiny_mce/tiny_mce.js. Zain On Mon, May 4, 2009 at 9:59 AM, Jesse wrote: > > Hello, > > I'm trying to implement django-cms. The CMS pages in admin display, > but

Re: Ajax and https

2009-05-01 Thread Zain Memon
You cannot make cross-site requests in Javascript, for security reasons. See: https://developer.mozilla.org/en/Same_origin_policy_for_JavaScript This has nothing to do with Django, however, so if you need further information, you should take your question to the JQuery mailing lists. Zain On

Re: New site: www.portaltotheuniverse.org

2009-04-23 Thread Zain Memon
Cool! Mind sharing the names of any open source django apps you used? On Thu, Apr 23, 2009 at 6:09 AM, larsholm wrote: > > Dear all, > > Allow me to advertise for our new Django based site: > http://www.portaltotheuniverse.org > > Keeping up-to-date with cutting-edge astronomy and space science

Re: Hierarchy menu system

2009-04-23 Thread Zain Memon
It sounds like you're trying to build a CMS app; check out django-cms if you haven't already. http://django-cms.org/ On Wed, Apr 22, 2009 at 9:50 AM, tdelam wrote: > > What's the best way to build a hierarchy menu system? e.g: Page items > can have sub-pages and sub-pages can have sub-sub-pages

Re: graph tools

2009-04-23 Thread Zain Memon
You might find it easier to go with a Javascript library to render the graphs instead; for example, the excellent flot plugin for jQuery. http://code.google.com/p/flot/ On Thu, Apr 23, 2009 at 12:10 AM, Lars Stavholm wrote: > > Hi All, > > looking to produce graphs within a django application, >

Re: Only show field in admin for superuser

2009-04-23 Thread Zain Memon
, Apr 23, 2009 at 3:32 AM, phoebebright wrote: > > Zain, > > Thanks for responding. > I would really prefer not to show the field at all - I don't want > ordinary users being able to see a list of all the users on the > system! > > Phoebe > > On Apr 23, 9:42 am, Z

Re: Only show field in admin for superuser

2009-04-23 Thread Zain Memon
You can override the ModelAdmin.save_model() method to check if the current user has permission to change the owner. Take a look at http://www.b-list.org/weblog/2008/dec/24/admin/ to see an example. On Thu, Apr 23, 2009 at 1:37 AM, phoebebright wrote: > > I have a model with an owner field that I

Re: Problem in tutorial

2009-04-23 Thread Zain Memon
Your SQL is wrong. Look up the correct syntax for changing a column in the MySQL docs. On Thu, Apr 23, 2009 at 12:54 AM, 83nini <83n...@gmail.com> wrote: > > Hi guys, > > I'm working on django tutorial that is in "www.djangobook.com", I'm in > chapter6 where i'm in the process of creating an admi

Re: Django turns?

2009-04-22 Thread Zain Memon
django-schedule is another option you can look at. http://github.com/thauber/django-schedule/tree/master On Wed, Apr 22, 2009 at 1:39 PM, Sergio Durand wrote: > > Hi, > > Visit swingtime project: > http://code.google.com/p/django-swingtime/ > Maybe it's what you are looking for... > > -- > Serg

Re: basic-profile install error

2009-04-22 Thread Zain Memon
Does the file /home/username/webapps/sms/sms/basic/__init__.py exist? If not, create it. That file is required for Python to treat the directory as containing packages. Zain On Wed, Apr 22, 2009 at 12:23 AM, Denhuang wrote: > > The project setting files are here /home/username/webapps/s

Re: Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread Zain Memon
Since no messages are shown in the log, the connection is most likely being blocked somewhere upstream. Check that you've allowed port 8001 through any firewalls or routers you have set up. Zain On Sat, Apr 11, 2009 at 5:23 PM, adelein wrote: > > This is the server output: > >