Sample Rate in Animation window
If the Sample Rate is not shown in the Animation window, toggle the “Show Sample Rate” as following:
Continue readingEverything should be made as simple as possible, but not simpler – Einstein
If the Sample Rate is not shown in the Animation window, toggle the “Show Sample Rate” as following:
Continue readingIf the project was created using Universal Render Pipeline, the Transparency Sort Mode moved from “Project Settings/Graphics” to “Assets/Settings/Render2D Inspector.”
Continue readingSince google does not accept the event logs from the old google analytics library, I had to install google analytics
Continue readingProject setup # Create the project directory $ mkdir tutorial $ cd tutorial # Create a virtualenv to isolate our
Continue readingInstall or upgrade the httpie with pip to test RESTful Django application apis. $ pip install –upgrade httpie Then, with
Continue readingTo add ‘django_filters’ in INSTALLED_APPS, django-filter should be installed. Notice that there is no s at the end of the
Continue readingWith python 2.x use virtualenv $ virtualenv env This will make a virtual environment with current python version. If current
Continue readingfrom: http://django-debug-toolbar.readthedocs.io/en/stable/installation.html To install and activate debug_toolbar, $ pip install django-debug-toolbar add ‘debug_toolbar’ to INSTALLED_APPS settings. Make sure the ‘django.contrib.staticfiles’ is
Continue readingfrom: https://stackoverflow.com/questions/31275574/reverse-for-success-url-on-django-class-based-view-complain-about-circular-impor for the classes inherited from generic.edit.CreateView, success_url = url.name does not work because: Using reverse in your method works
Continue readingIf login_required decorator is used, and the django project is under sub-site, settings.LOGIN_URL and settings.LOGIN_REDIRECTED_URL can be set with url
Continue reading
Recent Comments