Discussion:
Recommend Tutorials
Tim Johnson
2018-11-27 01:33:28 UTC
Permalink
Using django 2.0 on ubuntu with python 3.5.2

Some tutorials that I have tried have deprecated code and I get
errors.

I would appreciate recommendations for tutorials that are concurrent
with my version of django.

I presume that one at
https://docs.djangoproject.com/en/2.1/intro/tutorial01/ is about as
current as they come :).

It would be fun to experiment with others however.
thanks
--
Tim Johnson
http://www.tj49.com
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20181127013328.GA2345%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.
Phako Perez
2018-11-27 04:18:06 UTC
Permalink
What I can recommend to you for this, is to use same versions for each module on the tutorial so your code will works

You can create a virtual environment for each tutorial using viertualenv and as a good practice you can list all module requirements on requirements.txt file

Regards

Sent from my iPhone
Post by Tim Johnson
Using django 2.0 on ubuntu with python 3.5.2
Some tutorials that I have tried have deprecated code and I get
errors.
I would appreciate recommendations for tutorials that are concurrent
with my version of django.
I presume that one at
https://docs.djangoproject.com/en/2.1/intro/tutorial01/ is about as
current as they come :).
It would be fun to experiment with others however.
thanks
--
Tim Johnson
http://www.tj49.com
--
You received this message because you are subscribed to the Google Groups "Django users" group.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20181127013328.GA2345%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/97DDF3D3-7320-4FB8-A81E-7A32F9273351%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Tim Johnson
2018-11-27 16:14:51 UTC
Permalink
Post by Phako Perez
What I can recommend to you for this, is to use same versions for each module on the tutorial so your code will works
You can create a virtual environment for each tutorial using viertualenv and as a good practice you can list all module requirements on requirements.txt file
I am using a virtual environment, however I have not implemented a
requirements.txt, will look into it.

In the meantime, tutorials, tutorials ... my poor little brain has
nothing to grab onto otherwise.

thanks
Post by Phako Perez
Regards
Sent from my iPhone
Post by Tim Johnson
Using django 2.0 on ubuntu with python 3.5.2
Some tutorials that I have tried have deprecated code and I get
errors.
I would appreciate recommendations for tutorials that are concurrent
with my version of django.
I presume that one at
https://docs.djangoproject.com/en/2.1/intro/tutorial01/ is about as
current as they come :).
It would be fun to experiment with others however.
thanks
--
Tim Johnson
http://www.tj49.com
--
You received this message because you are subscribed to the Google Groups "Django users" group.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20181127013328.GA2345%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/97DDF3D3-7320-4FB8-A81E-7A32F9273351%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Tim Johnson
http://www.tj49.com
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20181127161451.GB2345%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.
Loading...