Re: [Tutor] how to import python script in the django project

2016-02-18 Thread Alan Gauld
On 18/02/16 23:25, Xristos Sarantis wrote: > hello Hi. > newbie: > i want to import python script(with calculator functions) to django app This list is really for questions about the python language and standard library so Django is a wee bit off topic. However there are some Django users on th

[Tutor] how to import python script in the django project

2016-02-18 Thread Xristos Sarantis
hello newbie: i want to import python script(with calculator functions) to django app who is the better method to do that and how to do that step by step? i want to create a web framework where the users give values take somes results from the python scripts 1.first import the script in folder a