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 Wednesday, Ma

Why would a deployed site shows up with distorted layout

2024-02-28 Thread Ram
for 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 group and stop receiv

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

2023-12-16 Thread Ram
able 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-12-17 01:4

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

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 stop

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

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

Re: Best digital ocean plan for a production server

2022-07-27 Thread Ram
ware 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 you mean. All of th

Re: DRF question

2022-07-24 Thread Ram
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. there's a reaso

Re: DRF question

2022-07-24 Thread Ram
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. there's

Re: Best digital ocean plan for a production server

2022-07-23 Thread Ram
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 else (i.e. s

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, 2022

Re: DRF question

2022-07-22 Thread Ram
have 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 all th

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-18 Thread Ram
. 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's how we appro

DRF question

2022-07-18 Thread Ram
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 group and stop

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

Best digital ocean plan for a production server

2022-07-09 Thread Ram
a 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 received

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 -- Y

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

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

Multi images upload in Django vs Vue.js

2021-12-16 Thread Ram
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. To

Re: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432?

2021-12-10 Thread ram s
when u getting this issue while deploying on pythonanywhere.com or in your localserver On Mon, Dec 6, 2021 at 8:06 PM CHANDNI SINGH wrote: > hey, > i am facing the same problem > can you please guide me on how to solve that issue ??? > > On Thursday, 16 May, 2019 at 6:38:01 pm UTC+5:30

Re: Get data from table rows and save in database

2021-12-04 Thread ram s
use name attribute in site input tag... On Sat, Dec 4, 2021 at 3:47 PM Eugene TUYIZERE wrote: > Dear Colleagues, > > I have data in the table. I want to get the rows value and save them in > the database. How can I do this with jquery? > The table I have is like this > [image: image.png] > This

Re: Multiple Templates in single list view

2021-11-22 Thread ram s
i think u forgot to configure model, please once configure and complete check first On Mon, Nov 22, 2021 at 4:36 PM Trippy Samurai wrote: > Thanks David for the idea i appreciate it i have gone with last way of > doing things but it doesnt render anything on data > > Pls correct my code below >

Re: Multiple Templates in single list view

2021-11-22 Thread ram s
will update asap On Mon, Nov 22, 2021 at 1:22 PM David Nugent wrote: > Well, there are several ways you can deal with that. > > Probably easiest is to override get_template() and switch the template > based on whatever type of ticket you're managing or you can change the > value of

What it takes to bring web application to a mobile app

2021-10-19 Thread Ram Mullapudi
, ~ Ram ~ 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

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/H

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

2021-10-04 Thread Ram
to 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 fro

Auto populating business organization logos

2021-09-19 Thread Ram
but not 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

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

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

Re: Partner

2021-06-23 Thread Sri ram
Hello, I am interested and love to know more about this opportunity. On Wed, Jun 23, 2021 at 8:48 PM ericki...@gmail.com wrote: > hello guys am looking for any one good at Django and DRF i have couple of > personal projects which needs this tech spec am not good at them if any one > is

Re: struck at gettiing each product urls from addidas website

2021-06-21 Thread ram manoj Vuyyuru
Tue, 22 Jun 2021 at 08:51, ram manoj Vuyyuru > wrote: > >> HI >> help me for getting urls for each product >> import pandas as pd >> import requests >> from bs4 import BeautifulSoup as bs >> >> >> url = "https://www.adidas.com.my/en/men-sh

struck at gettiing each product urls from addidas website

2021-06-21 Thread ram manoj Vuyyuru
HI help me for getting urls for each product import pandas as pd import requests from bs4 import BeautifulSoup as bs url = "https://www.adidas.com.my/en/men-shoes?start=0; page = requests.get(url) soup = bs(page.text,"html.parser") links=[] listings =

help me plz: getting error while importing csv file into database

2021-06-18 Thread ram manoj Vuyyuru
Hi i am trying to import the csv file data into database my views.py def Filter(request): if request.method=="POST": form = DataForm(request.POST, request.FILES) if form.is_valid(): initial_obj = form.save(commit=False) data=initial_obj['data']

Re: help me plz: getting error while importing csv file into database

2021-06-18 Thread ram manoj Vuyyuru
thank you On Fri, Jun 18, 2021 at 10:52 PM ram manoj Vuyyuru < rammanojvuyy...@gmail.com> wrote: > Hi > i am trying to import the csv file data into database > my views.py > def Filter(request): > if request.method=="POST": > form = DataForm(r

Browser based extension for shopping deals and coupons

2021-06-03 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

Best way to deal with members registration in Django apps

2021-05-24 Thread Ram
hat 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 an email to django-users+unsubscr.

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 "D

How to embed logo on uploaded images

2021-04-19 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

Best and affordable payment gateway for shopping carts

2021-03-23 Thread Ram
for 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

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

Library for calculating distance between ZIP codes

2021-02-16 Thread Ram
able of doing the same calculation. I would appreciate expert advice 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 stop receiving emails from it, send an email to django

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 inputs. >

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

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: 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

Re: Classifieds page loading is to slow

2021-01-16 Thread Ram
. 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 include Indexing. > >

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 fro

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

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

2020-10-01 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

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

2020-09-30 Thread Ram
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 web vi

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

Email or Messaging Module in DJango

2020-09-30 Thread Ram
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 email

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

2020-09-26 Thread Ram
to 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

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

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: Production deployments and Version Control for DJango projects

2020-08-29 Thread Ram
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) > > Regard

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 Google Gr

BUI ( Browser User Interface) automation for Django App

2020-07-20 Thread Ram
on 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 fro

Why passwords are not encrypted automatically in Django?

2020-07-18 Thread Ram Mullapudi
Hi, We are using HTML forms in our DJango Web Application and user password is not auto encrypted in DJango. Do we need to write additional code to encrypt the password in Django backend? Best regards -- You received this message because you are subscribed to the Google Groups "Django

Re: How to save images posted by application users

2020-07-16 Thread Ram
/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] "GET /static/css/images/notice.png HTTP/1.1" 404 > 1689

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: 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: > > &

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: 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'm

Re: Question on migrations vs postgres database

2020-06-14 Thread Ram
ot;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 execute c

Question on migrations vs postgres database

2020-06-12 Thread Ram
ssifieds_messages"."From", > "pages_rim_classifieds_messages"."To", > "pages_rim_classifieds_messages"."ttle", > "pages_rim_classifieds_messages"."delete" FROM > "pages_rim_classifieds_messages&quo

Re: Any free MAP API available

2020-06-10 Thread Ram
=[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 On Thu, Jun 4, 2020 at 9:24 AM RANGA BHARATH JINKA wrote: &

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&q

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

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

2020-05-13 Thread Ram
QL 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 wondering what we are missing. Could someone help here to verify this? Best regards ~Ram -- Y

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

2020-05-05 Thread Ram
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 unsubs

Re: Django Admin Custom View Query Generation

2020-04-26 Thread Ram
onable 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, 2019 at 9

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: 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: Creating test databases in parallel

2020-04-02 Thread Ram Rachum
ago I tried some naive code that parallelizes these > actions, but it failed. (Unfortunately I don't have the error message > saved.) > > > Thanks, > Ram. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: Creating test databases in parallel

2020-04-01 Thread Ram Rachum
st, but have >> to wait 1:30 minutes just for these test databases. >> >> *Is there any way to speed this up? *Either by parallelizing it or in >> any other way. A few months ago I tried some naive code that parallelizes >> these actions, but it failed. (Unfortu

Deployment process and commands?

2020-03-23 Thread Ram
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 unsubscribe from this grou

Production deployments and Version Control for DJango projects

2020-02-14 Thread Ram
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. To view this discussion on the we

Re: Migrated code is not working in Django

2020-02-08 Thread Ram
Hi, I just noticed that the migrations table in Postgres is not updated though we reset all the previous migrations. Do I need to run any step in the database side whenever integrate new code drop? Unfortunately, we are not using the GIT method yet to bring over the new code. Best regards, ~Ram

Re: Migrated code is not working in Django

2020-02-08 Thread Ram
st, "signup.html", {'form': form}) > Mail server settings in settings.py EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' # added by me > EMAIL_HOST = 'smtp.gmail.com' > #EMAIL_PORT = 465 > EMAIL_USE_TLS = True > #EMAIL_USE_SSL = True > EMAIL_PORT = 587 > EMAIL_HOST_USER =

Migrated code is not working in Django

2020-02-07 Thread Ram
the new integration in our web site. We did not touch the database (postgres) side hoping that models.py would take care of migration on the database side. Please advise what would be missing from my side? Thanks, ~Ram -- You received this message because you are subscribed to the Google Groups

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 Roshan S

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

Looking for offline messaging sample app

2020-01-06 Thread Ram
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 received

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.

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
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 > server. > > On Sun, Dec 15, 2

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: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-08 Thread Ram
uer, > > 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 step

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

2019-12-07 Thread Ram
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 someone can unbloc

Postgres database users and roles for DJango App

2019-12-07 Thread Ram
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+unsubscr...@googlegroups.co

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

2019-12-05 Thread Ram
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 trying to int

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

2019-12-04 Thread Ram
ontext) > 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: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-03 Thread Ram
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__ > raise

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 wrote: >

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

2019-11-30 Thread Ram
; [ ] 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_20190506_1558 >

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, > > Cl

  1   2   >