Saturday, June 20, 2020

Catalin George Festila: Python 3.7.5 : Django on Fedora distro.

[mythcat@desk django]$ source env/bin/activate (env) [mythcat@desk django]$ python3 Python 3.7.6 (default, Dec 19 2019, 22:52:49) [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.VERSION (3, 0, 1, 'final', 1) Static files are those files that can not be processed, generated or modified by the

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...