Thursday, December 28, 2017

Re: Still having trouble with django-filebrowser

On 29/12/2017 3:08 PM, James Schneider wrote:
>
>
> However, the same treatment fails on my Windows runserver dev
> platform. Brand new virtualenv for Py27 and Py36 still fail to
> show the little browse link on the right-hand end of the Source field.
>
>
> Have you verified that your Windows virtualenv is not including the
> global system Python libraries as well? There may be a conflict at the
> system level outside if your virtualenv. Inspecting the search path
> should reveal where Python is looking.

Definitely. Here is what my "announce.py" called from
train.settings.mike-local shows me every time I launch runserver ...

Train rev: 0.1.0
Settings:  train.settings.mike-local
Python:    3.6.3
Django:    1.11.8
Database:  localhost:5434
Postgres:  9.5.3
Engine:    django.db.backends.postgresql_psycopg2
Cache:     django.core.cache.backends.dummy.DummyCache
Email:     django.core.mail.backends.smtp.EmailBackend
Site ID:   3 - Development
sys.path:  C:\Users\mike\envs\xxct3\train
           C:\Users\mike\envs\xxct3\Scripts\python36.zip
           C:\python36\DLLs
           C:\python36\lib
           C:\python36
           C:\Users\mike\envs\xxct3
           C:\Users\mike\envs\xxct3\lib\site-packages

bleach==2.1.2
certifi==2017.11.5
chardet==3.0.4
Django==1.11.8
django-filebrowser-no-grappelli==3.7.3
django-tinymce4-lite==1.7.0
html5lib==1.0.1
idna==2.6
jsmin==2.2.2
olefile==0.44
Pillow==4.3.0
psycopg2==2.7.3
pytz==2017.3
requests==2.18.4
six==1.11.0
sqlparse==0.2.4
urllib3==1.22
webencodings==0.5.1

SharedTrain Admin   = admin@sharedsds.com
BASE_DIR            = C:/Users/mike/envs/xxct3/train/train(project root)
SETTINGS_DIR        = C:/Users/mike/envs/xxct3/train/train/settings
MEDIA_ROOT          = C:/var/www/media/train/             (store
uploaded images)
MEDIA_URL           = <website>/media/ (serve uploaded images)
STATIC_ROOT         = C:/var/www/static/train/ (collectstatic dest)
STATIC_URL          = <website>/static/ (serve css, js etc)
STATICFILES_DIRS# 1 = C:/Users/mike/envs/xxct3/train/static/
TEMPLATE DIRS# 1    = C:/Users/mike/envs/xxct3/train/templates/
Launched:  16:32:56

Performing system checks...

Not Apache
System check identified no issues (0 silenced).
December 29, 2017 - 16:33:20
Django version 1.11.8, using settings 'train.settings.mike-local'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

My next trick will be to compare the rendered html from both sites and
try and analyse the differences.

Cheers

Mike


>
> -James
> --
> 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+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@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/CA%2Be%2BciXSOEVnBqrsD9_pnkvPxK0nkcSvZgCZOWogZ8VmFQtOoA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXSOEVnBqrsD9_pnkvPxK0nkcSvZgCZOWogZ8VmFQtOoA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> 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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/711bf435-3874-5375-15e3-e8de0ee45cc6%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment