django project

2019-05-06 Thread randmwheeler
I am looking for 2 people to work with me on a django project. if you are interested, email me. randmwhee...@gmail.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

Re: help with URLS.PY

2019-05-03 Thread randmwheeler
I resolved this. On Thursday, May 2, 2019 at 5:21:59 PM UTC-4, randmw...@gmail.com wrote: > > new to django. so i have an app that displays an html page. i also have a > menu on that page that will load up other html pages. > however, when i add the path to urls.py and then the class def in

help with URLS.PY

2019-05-02 Thread randmwheeler
new to django. so i have an app that displays an html page. i also have a menu on that page that will load up other html pages. however, when i add the path to urls.py and then the class def in views, it fails. i know it's something simple, what am i missing. As I said, the dashboard.html

mysql client

2019-05-02 Thread randmwheeler
reading from a remote db, that uses mysql. have to install mysql client, kept failing on install, finally, i "think" with homebrew i was able to install it, at least it said it did. Now my django app, still, won't run with the db in setttings.py, when i run "runserver", it will not run, here

problem with url

2019-05-02 Thread randmwheeler
new to django. so i have an app that displays an html page. i also have a menu on that page that will load up other html pages. however, when i add the path to urls.py and then the class def in views, it fails. i know it's something simple, what am i missing. As I said, the dashboard.html