Re: Deciding on Database

2020-06-04 Thread RLM
Hello I am a 25 year python dev working with Flask and Django experience and this is totally off topic but may I suggest you look at Hugo the static web site generator in the Go language. It is easy to use, easier than some pythonic web site generators. Easy to modify and update and is

Re: open source advice needed

2020-02-06 Thread RLM
Hi Kimberley. My daughter is a senior IT teacher in a school cluster of 4 schools. She creates her learning, curriculum and tutorials on Moodle, she is very good at using it. She had much similar idea and concept as you describe below. Being in Victoria Australia, the Education curriculum (IT)

Re: How can I host my application in web hosting?

2019-12-02 Thread RLM
Apologies for triple post, dont know why it happened. Roger On 2/12/19 9:09 am, RLM wrote: Hello. AWS has no limitations. Simply start an instance running ubuntu, windows, or what ever, just like you have for development,  install dependencies and updates and you should be good to go. Read

Re: How can I host my application in web hosting?

2019-12-01 Thread RLM
Hello. AWS has no limitations. Simply start an instance running ubuntu, windows, or what ever, just like you have for development,  install dependencies and updates and you should be good to go. Read the Docs first, it's not click and go like some other providers. With AWS you are totally

Re: database migrations

2019-08-03 Thread RLM
Why try to avoid re populating the database? That's the easy part, figuring what went wrong is more difficult.You don't need a lot of data to get an app working, you just need to understand what you want and how to achieve it. When I was learning django I rebuilt my events database 20 times

Porting Django app

2019-05-16 Thread RLM
Hello all. I eventually will need to put my dedicated Django app on another system owned by a Public institution. The app correlates each data set of 26 million plus samples to a QR code for each. Security is major  so nothing can be web based, it must be in house and disconnected from the

Django issue with NoModuleError

2019-05-13 Thread RLM
Hi Everyone. I have been away from Django for the past 18 months and am refreshing to use it for a complex samples storage project. Python 3.7, Django 2.2 the LTS fails with too many errors. Unfortunately I have had this particular error every time I try Django over the past 18 months which

Re: Troubling installing Python 3 on my iMac

2019-04-30 Thread RLM
I guess you installed Python3.7.2 or similar If so you can call it in a terminal with python3 not just python. Open a terminal and type python3 it should start python 7.n is the operating system version. It is important to use pip3 and  use virtualenv to create the python 3 environment. use

Re: Hosting recommendations please

2019-04-02 Thread RLM
Have you had a look at AWS? We have had success with it. Roger On 2/4/19 6:08 pm, Mike Dewhirst wrote: I have to move three Django websites away from my current VM service provider by the end of April because he is going out of the VM business. One is a plain Mezzanine CMS on one VM running

Re: Providing help on a website (basic CMS for on-site site documentation)

2019-02-22 Thread RLM
Sorry to go off topic but I can recommend HuGo for simple markdown web pages. Cheers Roger On 22/2/19 5:24 pm, Bernd Wechner wrote: Hmmm, no-one has any thoughts here ... and I'm on ma' own reinventing the wheel? Surely tehre's a canonical way to provide help on Django website . I'm leaning