providing extra info to the django.contrib.auth.views.password_change template

2009-04-24 Thread Ram
;template_name' parameter. Anyone got any tips on how to achieve what i want without writing my own password change code :-) I'm hoping that i'm missing something obvious. Cheers, ram. --~--~-~--~~~---~--~~ You received this message becau

Re: providing extra info to the django.contrib.auth.views.password_change template

2009-04-24 Thread Ram
On Apr 25, 11:40 am, Ram wrote: -- snip -- > The problem is that password_change only takes the 'template_name' > parameter. > > Anyone got any tips on how to achieve what i want without writing my > own password change code :-) I'm hoping that i'm miss

Indian share market information

2007-05-10 Thread Ram
Dear members Good morning You can view daily market analysis report at http://www.bcozindia.com/IP_MAR.asp (daily updated after 8 am) You can view daily intraday calls given to the registered members at http://www.bcozindia.com/intraday%20calls.asp (daily updated after 5 pm) Market this week sec

Indian share market information

2007-05-10 Thread Ram
Dear members Good morning You can view daily market analysis report at http://www.bcozindia.com/IP_MAR.asp (daily updated after 8 am) You can view daily intraday calls given to the registered members at http://www.bcozindia.com/intraday%20calls.asp (daily updated after 5 pm) Market this week sec

Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
share if anyone has successful with this? Best regards, ~Ram -- 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. T

Re: Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
Also, I wanted to add that we are using Django FWK only but not the RESTFUL one? Best regards, ~Ram On Thu, Dec 16, 2021 at 9:10 PM Ram wrote: > Hi, > > Is anyone successful implementing multi images upload in a WebApp using > Vue.js and Django? We tried so many ways and which

Re: What it takes to bring web application to a mobile app

2021-12-28 Thread Ram
Thank you all for your replies. Best regards, ~Ram On Wed, Oct 20, 2021 at 9:07 AM Lalit Suthar wrote: > you can create apis with django-rest-framework and then can use them at > all the backends for web and mobile. > > On Wed, 20 Oct 2021 at 12:58, Stijn Verholen wrote: > &g

Static Code analysis and Security Scanning tools for Django Web Applications

2022-07-05 Thread Ram
ycodestyle, pyflakes, > pylint > Messages Found: 17186 but wondering if you guys use any other better tools than this. Our goal is find out gaps and error from the following items: 1. Security scanning 2. Static code analysis 3. Vulnerabilities scanning Best regards, ~Ram -- You r

Best digital ocean plan for a production server

2022-07-09 Thread Ram
feasibility study to understand which options are good for Django web application for both Web and Mobile app. If anyone in this Django users community is currently on any Digital Ocean's production server plan, could you share some details and suggestions. Best regards, ~Ram -- You rec

Re: Static Code analysis and Security Scanning tools for Django Web Applications

2022-07-10 Thread Ram
Hello Christian, Thank you for your suggestion. I see Bandit in the supported tools in Prospector: https://prospector.landscape.io/en/master/supported_tools.html , but not finding bugbear. We will try to add Bandit and see. Best regards, ~Ram On Fri, Jul 8, 2022 at 9:27 AM Christian Ledermann

DRF question

2022-07-18 Thread Ram
nging anything in the website UI) Please correct me if I'm wrong about the above 3 points or do we need to do any additional things? Best regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: DRF question

2022-07-18 Thread Ram
ality. Best regards, ~Ram On Mon, Jul 18, 2022 at 6:47 PM Michael Thomas < michael.thomas.s...@gmail.com> wrote: > Hey Ram, > > I'm afraid no one can answer your questions without knowing your code, how > it works, or anything else... > > Broadly speaking, here'

Re: DRF question

2022-07-20 Thread Ram
REST API and access his/her respective data . All we are finding on the web is to create an Abstract user using DRF which requires to change the existing user registration implementation. So I'm wondering whether there is any way to remedify this or are we missing something? Best regards, ~Ram

Re: DRF question

2022-07-22 Thread Ram
e to redevelop our whole Apps (6 of them). I still can not believe this? I hope someone has a clue about this problem and I'm wondering whether anyone ran into this situation as us. Best regards, ~Ram On Wed, Jul 20, 2022 at 10:44 PM Julio Cojom wrote: > Hi Ram, > > Aditional to a

Re: DRF question

2022-07-23 Thread Ram
Hi Jason, Thank you for your email. I expected DRF could be an extensible feature rather than forcing to change existing implementation. Extensibility practice happens in many open source and enterprise projects. That is why I'm shocked to learn this. Best regards, ~Ram On Sat, Jul 23,

Re: Best digital ocean plan for a production server

2022-07-23 Thread Ram
wanted to understand experts advice in this community. Best regards, ~Ram On Wed, Jul 13, 2022 at 12:24 AM Abdul Qoyyuum wrote: > I prefer Heroku and deploying Django as a docker image to Heroku. Less > maintenance, worry less about server setups and focus more on code than > anything el

Re: DRF question

2022-07-24 Thread Ram
anging the user registration? Best regards, ~Ram On Sat, Jul 23, 2022 at 4:28 PM Jason wrote: > sure, it can be used to extend, but you're also equating template-based > responses with restful. those are pretty differnet paradigims, so you do > need to account for the different

Re: DRF question

2022-07-24 Thread Ram
anging the user registration? Best regards, ~Ram On Sat, Jul 23, 2022 at 4:28 PM Jason wrote: > sure, it can be used to extend, but you're also equating template-based > responses with restful. those are pretty differnet paradigims, so you do > need to account for the different use cases.

Re: Best digital ocean plan for a production server

2022-07-27 Thread Ram
itional software to the list. I explored both Digital Ocean and Heroku so far and I'm struggling to find the right solution from both of them. So I emailed them to see what they can recommend to us. Best regards, ~Ram On Sun, Jul 24, 2022 at 8:30 PM Abdul Qoyyuum wrote: > Not sure what yo

Re: Why do we need Django rest framework when our conventional django do what we want?

2022-07-31 Thread Ram
-postgres-database-connection-in-flutter/ Disclaimer: I can not give any guarantee on this article because we did not try this. In fact I would like to hear comments from other experts here about this article? Best regards, ~Ram On Sun, Jul 31, 2022 at 8:30 AM Lakshyaraj Dash < dashlakshyar

What makes the images deletion from the media folder?

2023-03-23 Thread Ram
Hi, We are seeing weird issue that images are deleted between deployments in our Dev. server and we are seeing this message in log files: example: WARNING 2023-03-10 07:03:16,927 - Not Found: /media/cl_1zf3am8.JPG Could someone let me know what could be the issue? Best regards, ~Ram -- You

how to uninstall django version

2011-11-22 Thread ram
using this website i was downloaded latest official version.after that when iam writing a command like "python manage.py runserver"then iam getting an error like ""raise InvalidTemplateLibrary("Template library %s does not have a variable named 'register'" % taglib_module) django.template.base.Inv

how to uninstall the django version

2011-11-22 Thread ram
i want to uninstall my django version (1.3.1) and again i want to install the same version.can any one say me how to solve it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

how to save image in postgreSQL database

2011-05-19 Thread Ram
hello everyone i am studying python for my college project in which i am sending some text and image in URL i want to store it to postgreSQL database i know how to read data from URL but not about images how can i perform it please help. -- You received this message because you are subscribed to

help

2011-05-21 Thread Ram
hello everyone i want to learn how to insert text and image uri filename in single table of postgreSQL it will be very helpful if i will get to learn from code snippets as i am new to django pythan its very difficult to learn from djangoproject.com -- You received this message because you are sub

Deployment process and commands?

2020-03-23 Thread Ram
n? We would like to implement CI in our current product development. Could someone point me simple instructions or document that will help me to achieve the above. Thanks, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Production deployments and Version Control for DJango projects

2020-04-19 Thread Ram
Thank you, all. We started with GIT hub and planning to add ansible-playbook later in our development phase. Best regards ~Ram On Sat, Feb 15, 2020 at 2:55 AM Kasper Laudrup wrote: > Hi Aldian, > > On 15/02/2020 05.57, Aldian Fazrihady wrote: > > Try ansible-playbook > &g

Re: Migrated code is not working in Django

2020-04-19 Thread Ram
Thank you, all. Once we started using GIT process for our first code base deployment, we did not see any issue with deployment. Best regards, ~Ram On Sat, Feb 8, 2020 at 12:22 PM Integr@te System wrote: > Hi Ram, > > plz show error code. > > On Sun, Feb 9, 2020, 01:03 Ram

Re: Django Admin Custom View Query Generation

2020-04-26 Thread Ram
actionable buttons can be avoided to run on demand > add the actions/scripts into Cron jobs > I'm not sure whether Cron jobs page can be created and managed from admin control I appreciate it if you can suggest some examples to achieve the above. Best regards, ~Ram On Sat, Dec 14,

How to dump results and progress of a script in a log file

2020-05-05 Thread Ram
utput and errors from the script into a new log file so that it will help us to debug when there is a problem Is there a way to achieve the 3rd item from the above list? Thanks, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Inserting data from a text file is not working for Postgres database

2020-05-13 Thread Ram
\copy. > Note: We used below query in the past using MySQL and it worked fine with that. query = "LOAD DATA LOCAL INFILE '*some_category_list.txt'* INTO TABLE > pages_rim_ls_categories FIELDS TERMINATED BY '|' LINES TERMINATED BY '\n' " > We are wonder

Re: Postgresql and mysql

2020-05-23 Thread Ram
benefits. https://pgloader.readthedocs.io/en/latest/index.html HTH, ~Ram On Mon, May 18, 2020 at 5:50 AM Salima Begum wrote: > Hi , > Mysql query which we used previously now we moved to postgresql, > Here is the below query in mysql , Can anyone help me to write > similar query i

Any free MAP API available

2020-06-03 Thread Ram
Hi, We need to add location map based on the zip code in our DJango web application. Is there any free API available out there? if you have used it already could you suggest one? Thanks, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Any free MAP API available

2020-06-10 Thread Ram
p(location=[zip_code['latitude'], zip_code['longitude']], zoom_start=9, detect_retina=True, control_scale=False) m.save(f'{postal_code}-map.html') print(m) zipcode_to_map('in','515411') Result is here >> python sam.py Thanks, ~Ram O

Question on migrations vs postgres database

2020-06-12 Thread Ram
es_rim_classifieds_messages"."From", > "pages_rim_classifieds_messages"."To", > "pages_rim_classifieds_messages"."ttle", > "pages_rim_classifieds_messages"."delete" FROM > "pages_rim_classifieds_me

Re: Question on migrations vs postgres database

2020-06-14 Thread Ram
e("DELETE from django_migrations WHERE app = %s", % > app) > ^ > SyntaxError: invalid syntax > (x) xxxenv@2332333223:~/xxx/xxxv$ > P.S. Also I did not understand your second suggestion of this one. Or check temp file before your actions exec

Re: Question on migrations vs postgres database

2020-06-21 Thread Ram
Hi all, Anyone has a clue on this? I appreciate if someone look into this and help us unblocking this? Thanks, ~Ram On Sun, Jun 14, 2020 at 3:23 PM Ram wrote: > Hi, > > I tried replacing square bracket with % and ran this command the result is > returned as follows. Hope I&#

Error or stack trace redirection in Django

2020-07-12 Thread Ram
never display anything other than error message that is explicity provided in coding statement, e.g. "Invalid login Id". If coding needs to be changed here to avoid stack trace on the user browsers, what should be changed here? Thanks, ~Ram -- You received this message because you are

Re: Error or stack trace redirection in Django

2020-07-12 Thread Ram
Yes, this error is from our development server and we have DEBUG = True. Thanks for quick answer. We will not turn this on in production server. Best regards, ~Ram On Sun, Jul 12, 2020 at 8:18 PM Christophe Pettus wrote: > > > > On Jul 12, 2020, at 19:08, Ram wrote: > > >

How to save images posted by application users

2020-07-15 Thread Ram
Hi, We need to save images posted by our application users and the images will be displayed in application UI once they are saved successfully. We are trying with these parameters in our settings.py but they are not working and our OS platform is Windows 10 OS. We know file paths are different in

Re: How to save images posted by application users

2020-07-16 Thread Ram
error and images did not show up in front end, > > Not Found: /media/jpg1.jpg >>> >> [17/Jul/2020 10:27:27] "GET /media/bluejpg.jpg HTTP/1.1" 404 1816 >> [17/Jul/2020 10:27:27] "GET /media/jpg1.jpg HTTP/1.1" 404 1807 >> > [17/Jul/2020 10:27:27

BUI ( Browser User Interface) automation for Django App

2020-07-20 Thread Ram
testing tools. I appreciate if you can share your suggestions that is better suit the above requirement. Best regards, ~Ram -- 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 i

User registration with security features

2020-08-16 Thread Ram
attempt and do the similar process mentioned in 3 & 3.1. I'm wondering if all of tha above possible with built in fucntions available by default or do we have to write everything from scratch? Best Regards, ~Ram -- You received this message because you are subscribed to the Goog

Re: Production deployments and Version Control for DJango projects

2020-08-29 Thread Ram
rtual environment, also whether my setup plan would help me to deploy code in production server too? Thanks, ~Ram On Sun, Apr 19, 2020 at 10:59 AM JEGATHEESWARAN SUNDARAVADIVEL < jagatheesjo...@gmail.com> wrote: > Hi , > Try Jenkins also for Continuous Integration (CI) > > R

Members rating system in DJango applications

2020-09-20 Thread Ram
Hi, We are planning to implement members rating system in our web application for Classifieds Ad transaction that each member does. Is there any an existing project or feature available by default in DJango FWK? I appreciate for suitable pointers and suggestions here. Best regards, ~Ram -- You

Re: Want to get informations about bets Django hosting plateform

2020-09-23 Thread Ram
You many want to try Digital Ocean. On Wed, Sep 23, 2020 at 4:33 AM Carles Pina i Estany wrote: > > Hi, > > On Sep/21/2020, Maksim Mislavskii wrote: > > maybe pythonanywhere.com? > > I just wanted to say: I use pythonanywhere.com and I'm happy with it. > > It has a free tier that might be enough

Auto prompting City and State using ZIP code in Members Registration Form

2020-09-25 Thread Ram
type City and State manually. We would like to know what is the easiest and quicker way to achieve this in Django or other type web forms. Thanks in advance, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Email or Messaging Module in DJango

2020-09-30 Thread Ram
K has a module by default? I would appreciate if you can share suitable pointers. Thanks in advance, ~Ram -- 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 e

Re: Members rating system in DJango applications

2020-09-30 Thread Ram
Hi Gabriel, Thank you and we will give it a try. Best Regards, ~Ram On Sun, Sep 20, 2020 at 9:08 PM Gabriel Araya Garcia < gabrielaraya2...@gmail.com> wrote: > You could try it with pandas (pandas works with python) > > Gabriel Araya Garcia > GMI - Desarrollo de Sis

How to get logged in user location and save it in database

2020-09-30 Thread Ram
hanks in advance, ~Ram -- 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 w

Re: How to get logged in user location and save it in database

2020-09-30 Thread Ram
Thank you very much, Ranga for the pointer. We actually need to capture the location of the IP address, like "Where" attribute in this example. So where attribute should also include nearest city name in that country. [image: image.png] Best Regards, ~Ram On Wed, Sep 30, 2020 a

Re: How to get logged in user location and save it in database

2020-10-11 Thread Ram
Thank you all for your valuable pointers. Best Regards, ~Ram On Sun, Oct 11, 2020 at 11:23 AM Dvs Khamele wrote: > Hi do you hire contract based python/django freelancer? > We can help you in this and related techincal tasks at fair prices. Reply > or send email to divy...@pytho

Shopping cart implementation for Classified Ads

2020-11-22 Thread Ram
2) Scalable 3) Affordable I really appreciate if you can share any best solution for our use case. Best Regards, ~Ram -- 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 i

Re: Classifieds page loading is to slow

2021-01-16 Thread Ram
to achieve the above. Or indexing is the only option to reduce the page loading time? I appreciate it if you can share any recommendations and pointers. Best Regards ~Ram On Fri, Jan 15, 2021 at 12:51 AM Benjamin Schollnick < bscholln...@schollnick.net> wrote: > Also don’t forget to i

Re: Classifieds page loading is to slow

2021-01-16 Thread Ram
Thank you, Benny. We will try it and let you know. On Sat, Jan 16, 2021 at 5:48 PM Benny M wrote: > Ram, > These are all pieces to a puzzle. Indexing, ORM optimization and through > tables all add up to an efficient page render. Additionally, you could > consider caching some of

Vue.js support in PyCharm IDE

2021-01-21 Thread Ram
Hi, Is anyone able to configure and use Vue.js + Python + Django stack in Pycharm IDE community version? if this is not possible or not supported, could you let me know whether intelliJ works fine? Thanks, ~Ram -- You received this message because you are subscribed to the Google Groups

Re: Vue.js support in PyCharm IDE

2021-01-21 Thread Ram
Hi Oon, Thank you very much for your reply. Could you let me know if there is good IDE with reasonable subscription price that supports this stack? Vue.js Java Script Html Python Django Best Regards, ~Ram On Thu, Jan 21, 2021 at 5:09 PM oon arfiandwi wrote: > > Hi, > > All t

Re: Vue.js support in PyCharm IDE

2021-01-21 Thread Ram
This is cool. We'll probably go for this license type. I really appreciate pointing this out. Thank you, Oon. On Thu, Jan 21, 2021 at 10:31 PM oon arfiandwi wrote: > > Hi Ram, > I'm not sure if I can answer your last question, hopefully, other members > can have i

Library for calculating distance between ZIP codes

2021-02-16 Thread Ram
instead of using any API. We know we can use Google's distance API with allowable requests, but we are trying to see if any Python library out there that is capable of doing the same calculation. I would appreciate expert advice on this. Best regards ~Ram -- You received this message becaus

Re: Library for calculating distance between ZIP codes

2021-02-16 Thread Ram
Thank you very much, Thomas. We will explore Geodetic and see if it is helpful. I really appreciate for the pointer. Best regards, ~Ram On Tue, Feb 16, 2021 at 10:02 PM Thomas Lockhart wrote: > Pre-calculating is pretty expensive: 81939*81938/2 = 3,356,958,891 entries > make a pretty big

Best and affordable payment gateway for shopping carts

2021-03-23 Thread Ram
Django web an mobile application If anyone has already implemented for Django applications could you share you suggestions? Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

How to embed logo on uploaded images

2021-04-18 Thread Ram
Hi, Registered users in web application upload images to sell market place items and we need to add our company logo to pretect from stealing against copy right. Is there any library availlable in Python to handle this feature. Best regards, ~Ram -- You received this message because you are

Chrome book vs Django application development

2021-05-22 Thread Ram
Hi, I'm wondering whether any one used Chrome book for development especially with this software stack 1. Django 2. Python 3. Vue.js 4. Postgres 5. Nginx 6. Gunicorn 7. Github 8. Jenkins Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups &q

Best way to deal with members registration in Django apps

2021-05-24 Thread Ram
ations. Could you please suggest what you been using with zero issues in your Django application? Best regards, ~Ram -- 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

Browser based extension for shopping deals and coupons

2021-06-02 Thread Ram
regards, ~Ram -- 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 vi

Message communication in both Text and Email

2021-07-18 Thread Ram
need to allow users to have preferences for messaging so that message can be streamed to the preferred device ( browser or smart phone ). Best regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

CICD pipeline in Jenkins for Django web application

2021-08-16 Thread Ram
t we could simulate similar way to achieve about requirements. I appreciate if someone could share expert advice or pointers on this. Best regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Auto populating business organization logos

2021-09-19 Thread Ram
sure who provides such API? Any pointers will be appreciated. Best regards, ~Ram -- 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

How to port a Django web app in mobile (iOS & Android)

2021-10-04 Thread Ram
update the data irrespective of device that users use. Please let us know whether this can be achievable? Best regards, ~Ram -- 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 i

Re: How to port a Django web app in mobile (iOS & Android)

2021-10-05 Thread Ram
Thank you very much, Adeyemi & Princewill for suggestions. Best Regards, ~Ram On Tue, Oct 5, 2021 at 3:10 AM Adeyemi Deji wrote: > Hello, I'm not sure if this will work but it seems to relate to what you > are trying to achieve. follow link below > > https://www.quora.com/

How to create an individual instagram message into threads?

2023-08-27 Thread Ram
they want. I'm wondering whether anyone has implemented the above features using instagram clone in your Django application? Best regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

How to monitor content updates or deletion in Django web applications

2023-10-03 Thread Ram
Hi, We would like to add this feature in our Web application and capture the following events in log files: 1. If any image is deleted by any reason 2. Any content is deleted by any reason Does Django have any libraries or functions to achieve this? Best regards, ~Ram -- You received this

Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread Ram
ou can disable collectstatic for this > application: > [2023-12-17 01:40:06] │ > [2023-12-17 01:40:06] │ $ heroku config:set > DISABLE_COLLECTSTATIC=1 > [2023-12-17 01:40:06] │ > [2023-12-17 01:40:06] │ > https://devcenter.heroku.com/articles/django-assets > [2023-

Why would a deployed site shows up with distorted layout

2024-02-28 Thread Ram
staticfiles STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'static') We are wondering what is missing? Best Regards, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Ram
> try restarting the service. If it is still failing to start, you might have > to troubleshoot further to check what is preventing the services from > starting. If it shows any error please check the logs and proceed > accordingly. > > Best Regards, > ~Ram > > On Wed

DJANGO, MySQL, NGINX stack for a production hosting server in Digital Ocean droplet

2019-11-04 Thread Ram
Hi, Please let me know if anyone has setup this stack in your hosting server with Digital Ocean? I appreciate if you can share the appropriate working steps. thanks, ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: DJANGO, MySQL, NGINX stack for a production hosting server in Digital Ocean droplet

2019-11-05 Thread Ram
Hi, Thank you both of you. Should I assume that both documents would let me configure a production server for a highly dynamic web site? Cheers ~Ram On Tue, Nov 5, 2019 at 6:34 AM lemme smash wrote: > i'm recommend you to consider docker setup like > https://docs.docker.com/machi

Migrating MySQL Maria database to Postgres

2019-11-13 Thread Ram
Hi, We are running a Django development server with MySQL Maria database and we are planning to migrate the database to postgres for the same development server. Please let me know if 'pgLoader' would help in this case or any other option could help? thanks, ~Ram -- You received th

How to migrate Django site from MySQL database to Postgres?

2019-11-23 Thread Ram
right direction with appropriate documentation. Thank, ~Ram -- 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.co

How to fix this - ERROR: Failed building wheel for mysqlclient

2019-11-23 Thread Ram
7-dev libmysqlclient-dev gcc > default-libmysqlclient-dev > * > > I appreciate if someone has a clue with appropriate steps. Thanks ~Ram -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: How to fix this - ERROR: Failed building wheel for mysqlclient

2019-11-23 Thread Ram
Hello Kasper, I tried installing libssl1.1 globally and then tried mysqlclient install in virtualenv, but the result is the same and mysqlclient is still failed with same error. Thanks ~Ram On Sat, Nov 23, 2019 at 3:59 PM Kasper Laudrup wrote: > Hi Ram, > > On 23/11/2019 23.48,

Re: How to migrate Django site from MySQL database to Postgres?

2019-11-23 Thread Ram
very much., ~Ram On Sat, Nov 23, 2019 at 4:01 PM carlos wrote: > maybe this link help you! > https://www.calazan.com/migrating-django-app-from-mysql-to-postgresql/ > > On Sat, Nov 23, 2019 at 12:23 PM Ram wrote: > >> Hi, >> >> We have our Django based website

Re: How to migrate Django site from MySQL database to Postgres?

2019-11-23 Thread Ram
complete picture, but I'm wondering if you have any thoughts about my use case? Thanks, ~Ram On Sat, Nov 23, 2019 at 4:32 PM Ram wrote: > Hello Carlos, > > The steps looks promising. We will try it and let you know. > > Our dB is originally from MySQL configured for PHP

Re: How to migrate Django site from MySQL database to Postgres?

2019-11-25 Thread Ram
virtual environment only right? Thanks, ~Ram On Mon, Nov 25, 2019 at 12:53 PM carlos wrote: > i thing is good your plan copy your files local to server > then dumpdata in local database and copy to server and last you loaddata > in your server > > cheers > > On Sat, N

Re: How to fix this - ERROR: Failed building wheel for mysqlclient

2019-11-25 Thread Ram
Hello Integr, I did not understand your suggestion? How do I clear cache in Python virtual environment? and what is other method you suggest based on the install error that I'm hitting. Best regards, ~Ram On Mon, Nov 25, 2019 at 10:16 AM Integr@te System wrote: > Hi man, > > C

django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-11-30 Thread Ram
[ ] 0001_initial > [ ] 0002_remove_content_type_name >pages > [ ] 0001_initial > [ ] 0002_auto_20190504_1638 > [ ] 0003_auto_20190504_1645 > [ ] 0004_auto_20190504_1651 > [ ] 0005_auto_20190506_1451 > [ ] 0006_auto_2019

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-11-30 Thread Ram
Hi Integr, Thank you for your email. Your mean these steps have to be run again? 4. 'loaddata'command in virtualenv to load the data to Postgress. 5. ~/vkproject/manage.py makemigrations 6. ~/vkproject/manage.py migrate ~Ram On Sat, Nov 30, 2019 at 11:28 AM Integr@te System wr

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-03 Thread Ram
ject/vkenv/lib/python3.6/site-packages/django/db/backends/utils.py", > line 84, in _execute > return self.cursor.execute(sql, params) > File > "/home/shami/vkproject/vkenv/lib/python3.6/site-packages/django/db/utils.py", > line 89, in __exit__ > r

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-04 Thread Ram
ny, context) > File > "/home/shami/vkproject/vkenv/lib/python3.6/site-packages/django/db/backends/utils.py", > line 84, in _execute > return self.cursor.execute(sql, params) > File > "/home/shami/vkproject/vkenv/lib/python3.6/site-packages/django/db/utils.py

Re: class 'django.db.utils.ProgrammingError'

2019-12-05 Thread Ram
Could someone clarify the following 1. What causes this error and how it can be fixed? 2. Is there default functions available for XML deals/coupons/shopping product feeds integration in Django? Thanks in advance, ~Ram On Thu, Dec 5, 2019 at 6:24 AM Jyoshna Musti wrote: > Hi, > I'm try

Postgres database users and roles for DJango App

2019-12-07 Thread Ram
appreciate if someone can provide me right direction in this area? Thanks, ~Ram -- 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+unsubsc

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-07 Thread Ram
ot;."model" FROM "django_co... On Wed, Dec 4, 2019 at 3:41 PM Ram wrote: > Hello Naveen, > > I already tried that before posting my last update but the result is the > same though. Here I'm pasting the result. This is a total blocker to me. I > appreciate if someon

Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-08 Thread Ram
i issuer, > > Check if your app development in localhost whether fall into any > restricted case relate to Django content type: > https://docs.djangoproject.com/en/3.0/topics/db/multi-db/ > > > > On Sun, Dec 8, 2019, 07:08 Ram wrote: > >> Hi, >> >> As a next

gunicorn.errors.HaltServer:

2019-12-14 Thread Ram
Hi, I followed this document and I’m hitting this error. Could you let me know what I’m missing? I tried several things the whole day and nothing has worked? Please let me know

Re: gunicorn.errors.HaltServer:

2019-12-15 Thread Ram
rn.service --preload > systemctl: unrecognized option '--preload' > $ sudo systemctl --help | grep preload > ~Ram On Sun, Dec 15, 2019 at 10:32 AM Integr@te System wrote: > Hi Issuer, > > Try to run command: --preload to whatsup with worker processes and app and >

Re: gunicorn.errors.HaltServer:

2019-12-15 Thread Ram
=/home/xx/myproject/myapp > ExecStart=/home/xx/myproject/xxenv/bin/gunicorn \ > --access-logfile - \ > --workers 3 \ > --bind unix:/run/gunicorn.sock \ > myapp.wsgi:application > > [Install] > WantedBy=multi-user.target > $ > > On

Re: gunicorn.errors.HaltServer:

2019-12-15 Thread Ram
Wanted to know whether this is a bug specific to gunicorn? > > pip show gunicorn Name: gunicorn Version: 20.0.2 Summary: WSGI HTTP Server for UNIX Home-page: http://gunicorn.org On Sun, Dec 15, 2019 at 9:58 PM Ram wrote: > I changed the files as follows but the error is the same.

Looking for offline messaging sample app

2020-01-06 Thread Ram
e but not the actual message in the email content 4. This is not an actual chat messaging I appreciate if someone has implemented this kind of app or what are the possible features/functions available by default in Django FWK so that we can make use of such features. Best regards, ~Ram -- You rec

Re: Looking for offline messaging sample app

2020-01-07 Thread Ram
an <https://bitbucket.org/psam/django-postman/src/default/> app but this does not have settings.py to built as a sample project. If you have latest working one, we would like to create a project and review the source code. @Dev: Let us look at your MailService too. Best regards, ~Ram On Tue, Jan 7, 2020

Re: How to do SEO for my django website

2020-01-14 Thread Ram
Hi, I'm also interested in the default SEO module that comes with DJango FWK. Thanks, ~Ram On Tue, Jan 14, 2020 at 5:39 AM Mohamed A wrote: > Please, check an alternative from here > https://djangopackages.org/grids/g/seo/ > > On Mon, Jan 13, 2020 at 10:40 PM Ros

  1   2   >