Re: Django Group Project

2020-08-16 Thread Mbah Victor
hi guy's am victor by name am from african and am new to Django hope i can use it for my backend i mean the programming language On Monday, August 10, 2020 at 12:21:13 PM UTC+1 anu19...@gmail.com wrote: > Hello Everyone ! > > I am new to Django & looking forward to working in group with like-min

Re: Django ORM Model meta internal API to current API update

2020-08-18 Thread Mbah Victor
I don't bro i just started new in Django Victor On Tue, Aug 18, 2020, 3:46 PM Asif Saif Uddin wrote: > > Hi, > I have got an old project of django 1.8 which use codes like > > links = [rel.get_accessor_name() for rel in > self._meta.get_all_related_objects()] > > How would I upgrade this code s

Re: Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-12 Thread Mbah Victor
Have you try googling your problem Victor On Sat, Sep 12, 2020, 9:34 AM dum dum wrote: > I tried to put my Django Secret Key in Environment Variables. > > SECRET_KEY = os.environ.get('SECRET_KEY') > > I did save the SECRET_KEY on env var windows 10 like this > [image: image.png] > > > When I tr

Re: Multiple Media_Root

2020-11-23 Thread Mbah Victor
Plz can u send me a review of what you what Victor On Sun, Nov 22, 2020, 8:05 PM tech george wrote: > Hello, > > I am developing an E-Commerce website and I wanted to have a separate > upload folder for my slides and separate folders for other sections of my > site. > > Is there a way i can go