Re: Projects for Beginners

2019-01-31 Thread Tim Vogt (Tim Vogt)
https://wsvincent.com tim t...@officerebels.nl > Op 31 jan. 2019, om 19:02 heeft Vikram Jadhav het > volgende geschreven: > > Hey there!! > Hope you are doing well in Django. > > I am a beginner in Django and completed couples of a

Re: beginner

2019-01-31 Thread Tim Vogt (Tim Vogt)
Wat do you want to accomplish? Tim t...@officerebels.nl > Op 31 jan. 2019, om 21:51 heeft Emmanuel klutse het > volgende geschreven: > > I'm Emmnuel klutse, and very new to programming. > CAN I GET SOMEONE TO MENTOR ME PLEASE. > i'm currently taking a python course on udemy and also learning

Re: help for django interview task

2019-01-31 Thread Tim Vogt (Tim Vogt)
draw out the program first and isolatie each problem you try to solve. and start at the backend. start small and increase the functions and try to grasp all. At least in abstraction what you try to do. Than start writing the functions in a recipe overview. and after the application basics are

django wagtial docker production and staging database

2019-01-29 Thread Tim Vogt
Hi I have a wagtail application running on digital ocean, Deployed with ansibble and docker (separate) When I used amazon I had staging and production branches in my git environment (for small flask projects). Now I user docker and try tor find a way to handle the settings.py for staging with

Re: Looking for a Django Co-Founder.

2018-11-26 Thread Tim Vogt
Hi Zack just made an account to live plan. It seems you have removed me form the plan. Tim On Sunday, November 25, 2018 at 7:46:53 PM UTC+1, Tim Vogt wrote: > > Hi Zack do I need an account for liveplan? > > Tim > > Verstuurd vanaf mijn iPhone > > Op 18 nov. 2018 om 00:5

Re: How to edit model.py and serializer so I can recieve contact":{"name":"asdf","email":"ma...@email.com","phone":"1111111111"}}

2018-10-31 Thread Tim Vogt
serializer can validate and save into table. > > Regards, > Krishna > > > > On Wed, 31 Oct 2018 at 15:11, Tim Vogt > > wrote: > >> Hi group ;-) >> >> I have a little challenge. >> >> We have a frontend angular api. Wich sinds data to my d

How to edit model.py and serializer so I can recieve contact":{"name":"asdf","email":"m...@email.com","phone":"1111111111"}}

2018-10-31 Thread Tim Vogt
Hi group ;-) I have a little challenge. We have a frontend angular api. Wich sinds data to my django backend from an input form. And Contact in the frontend How to just my serializer / models file right so the contact data is in my database? contact?: { name: string; email: string; phone:

test error

2018-10-20 Thread Tim Vogt (Tim Vogt)
I try to make a test with has an error any suggestions? tim expected_author = f'{post.author} ^ SyntaxError: EOL while scanning string literal -- Ran 1 test in 0.000s FAILED (errors=1)

/usr/share/nginx/html

2018-10-03 Thread Tim Vogt (Tim Vogt)
I am trying to deploy my wagtail/dajngo app to ngnix with Gunicorn. http://devopspy.com/python/deploy-django-with-nginx-gunicorn-postgresql-virtualenv/ usr/share/nginx/html include /etc/nginx/conf.d/*.conf; server { listen 80 default_server; listen [::]:80

Re: how to create a form builder in django

2018-09-29 Thread Tim Vogt (Tim Vogt)
Do you need a Cms too? I had used wagtail for its formnuilder and cms is keeps the django applications as it workes similar with the route en views. https://blog.michaelyin.info/how-build-form-page-wagtail/ or just built the blog and the forms later

rest api is installed but does not run

2018-09-25 Thread Tim Vogt (Tim Vogt)
Hoi we had a django project and we have pipenv and django installed and django rest when running python manage.py django keept telling the rest is not installed. any tips? we have django_rest in installed apps.. tim -- You received this message because you are subscribed to the

Re: about project

2018-09-15 Thread Tim Vogt (Tim Vogt)
These are nice projects tim https://wsvincent.com/django-contact-form/ > Op 15 sep. 2018, om 16:11 heeft vikamadithya reddy > het volgende geschreven: > > can anyone suggest me a good project for undergraduation course using django? > > -- > You received this message because you are

ftp deploy django

2018-09-10 Thread Tim Vogt (Tim Vogt)
Perhaps little off topic but I have two issues where i need help with. For creating and deploying my django. 1) somehow I cannot let my django project run anymore.. Brew install on other project killed some links. timvogt$ python manage.py runserver dyld: Library not loaded:

saleor error NoReverseMatch at /en/

2018-09-04 Thread Tim Vogt (Tim Vogt)
I have made saleor local after restart I get this error Tried to change the “ “ into ‘ ‘ bout before it worked. Any tips how to solve this? Tim NoReverseMatch at /en/ Reverse for ' manifest ' not found. ' manifest ' is not a valid view function or pattern name. Request Method: GET Request

Re: TypeError at /users/login/ login() got an unexpected keyword argument 'template_name'

2018-08-27 Thread Tim Vogt (Tim Vogt)
Thanks I tired bout get another error File "/Users/timvogt/Software_projects/learning_log/users/urls.py", line 15, in url('login/', login, {'template_name': 'users/login.html'}, name='login'), NameError: name 'login' is not defined """Defines URL patterns for users""" from

Re: Django performance issue that's troubling

2018-08-24 Thread Tim Vogt (Tim Vogt)
Also found this perhaps helpfull https://blog.labdigital.nl/working-with-huge-data-sets-in-django-169453bca049 > Op 24 aug. 2018, om 21:28 heeft Jim Illback het > volgende geschreven: > > Vijay, your suggestion worked. I had tried this previously but it was using a > FBV and it didn’t work.

Re: HEELP!! CANT LOAD THE CSS OF MY DJANGO ADMIN PAGE WHY??

2018-08-23 Thread Tim Vogt (Tim Vogt)
try $python manage.py runserver > Op 23 aug. 2018, om 21:31 heeft Dario Coronel het > volgende geschreven: > > I follow step by step the instructions of the documentatión of django > especificly the tutorial part two when i create my superuser its all ok The > problem is whe i put $python

Re: Django Book

2018-08-05 Thread Tim Vogt (Tim Vogt)
https://wsvincent.com/about/ > Op 5 aug. 2018, om 17:20 heeft Jun Chen het volgende > geschreven: > > Does anyone know a good django book for the Django 2.0? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: How to write api for sms intregartion in django I am new in django?

2018-08-01 Thread Tim Vogt (Tim Vogt)
https://www.twilio.com/blog/2014/04/building-a-simple-sms-message-application-with-twilio-and-django-2.html > Op 1 aug. 2018, om 09:15 heeft im...@wsegames.com het volgende geschreven: > > I want to write a api when form submit a sms should go to the phone, I don't > know how to do that can

wagtail of django view for blog?

2018-07-05 Thread Tim Vogt
For a blog page with user friendly ux why choose one over another? Django of django Wagtail? What make the one better than the other? thanx! Tim t...@officerebels.nl -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: help with learning path

2018-07-05 Thread Tim Vogt (Tim Vogt)
My 2 cents are: https://wsvincent.com who has a nice book about django and api’s Myself I was studying pluralisght (not free) And find django for entrepeneurs has nice inspiration https://prettyprinted.com/p/django-database-essentials

Re: help

2018-07-05 Thread Tim Vogt (Tim Vogt)
project_name_folder is one folder deeper > Op 5 jul. 2018, om 13:49 heeft Umar Kambala het > volgende geschreven: > > Please am sorry am new to django, I don't really understood what u mean > > On Jul 5, 2018 11:42 AM, "Tim Vogt (Tim Vogt)" <mailto:timtv...@gmail.com>> w

Re: help

2018-07-05 Thread Tim Vogt (Tim Vogt)
this is what i got > > C:\Users\Admin\Desktop\Django web>python manage.py migrate > python: can't open file 'manage.py': [Errno 2] No such file or directory > > On Thu, Jul 5, 2018 at 4:21 AM, Tim Vogt (Tim Vogt) <mailto:timtv...@gmail.com>> wrote: > perhaps run th

Re: help

2018-07-05 Thread Tim Vogt (Tim Vogt)
perhaps run the project with python2 or do python manage.py migrate. > Op 5 jul. 2018, om 13:18 heeft Umar Kambala het > volgende geschreven: > > please this what i had after running my Django-admin startproject myproject > > File >

Re: Templates html error

2018-06-28 Thread Tim Vogt (Tim Vogt)
/blog/mabase your structure must be /blog/mabase/templates/mabase/index.html TIm > Op 28 jun. 2018, om 15:35 heeft emmanuel wyckens het > volgende geschreven: > > /blog/mabase -- You received this message because you are subscribed to the Google Groups "Django users" group. To

NoReverseMatch at / ' homepage' is not a registered namespace

2018-06-26 Thread Tim Vogt
I am building my django app from base.html and with child themes and get these errors: any help woud be appreciated. Tim NoReverseMatch at / ' homepage' is not a registered namespace Request Method: GET Request URL:http://localhost:8000/ Django Version: 2.0.6 Exception Type:

NoReverseMatch at / ' homepage' is not a registered namespace

2018-06-25 Thread Tim Vogt (Tim Vogt)
I am building my django app from bas.html and with child themes and get these errors: any help woud be appreciated. Tim NoReverseMatch at / ' homepage' is not a registered namespace Request Method: GET Request URL:http://localhost:8000/ Django Version: 2.0.6 Exception Type: NoReverseMatch