Try-Django-1.10 icon indicating copy to clipboard operation
Try-Django-1.10 copied to clipboard

Try Django 1.10 is an introduction to Django version 1.10 by creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by Team...

Results 6 Try-Django-1.10 issues
Sort by recently updated
recently updated
newest added

@codingforentrepreneurs Hi, Thank's for interested tutorial. Model KirrURL have a little problem when calling method get_or_create() in views.py Step for reproduce: - add to form url for example: http://google.com -...

Had an issue where my urls were creating duplicates. Took me a while but figured it out. Thanks for the course J.