Hi everyone!
My name is Vatsala Swaroop and I am a final year undergraduate studying Electronics and Communication Engineering in National Institute of Technology Nagpur.
I went through the ideas list and "Development Project Management System" really sparked my interest! I have a decent background in Python and have extensively worked on multiple Django projects. I also have a good amount of experience in handling Project Management Systems.
I went through the related material provided in the Project description. I have cloned and installed all the requirements required for the project. However, I am getting a particular error when I tried to open the site on my localhost:
"TypeError at /en/admin/login/ object.__new__(X): X is not a type object (WSGIRequest)"
I explored the traceback and saw that the error stemmed from "debug_design/template.py" in the following lines: 44. obj = super(Themer, cls).__new__(request, *args, **kwargs)
Can you please tell me what should I do about it?
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Thank you for taking out the time to read this.
Best Regards, Vatsala
Hi Vatsala,
I bumped into a similar error while setting up the project locally, when one of the developers, Maren Hachmann suggested the following fix: In inkscape/settings.py, set
ENABLE_DEBUG_TOOLBAR = False
However, I also suggest doing
bzr pull ./utils/update ./utils/refresh-cms
to update to the latest revision of the project. That should solve the error.
Cheers, Nikhil
On Sun, Mar 13, 2016, 2:22 PM Vatsala Swaroop <vatsala.swaroop@...400...> wrote:
Hi everyone!
My name is Vatsala Swaroop and I am a final year undergraduate studying Electronics and Communication Engineering in National Institute of Technology Nagpur.
I went through the ideas list and "Development Project Management System" really sparked my interest! I have a decent background in Python and have extensively worked on multiple Django projects. I also have a good amount of experience in handling Project Management Systems.
I went through the related material provided in the Project description. I have cloned and installed all the requirements required for the project. However, I am getting a particular error when I tried to open the site on my localhost:
"TypeError at /en/admin/login/ object.__new__(X): X is not a type object (WSGIRequest)"
I explored the traceback and saw that the error stemmed from "debug_design/template.py" in the following lines: 44. obj = super(Themer, cls).__new__(request, *args, **kwargs)
Can you please tell me what should I do about it?
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Thank you for taking out the time to read this.
Best Regards, Vatsala
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Nikhil,
On Sun, Mar 13, 2016 at 3:32 PM, Nikhil Verma <nikhilweee@...400...> wrote:
Hi Vatsala,
I bumped into a similar error while setting up the project locally, when one of the developers, Maren Hachmann suggested the following fix: In inkscape/settings.py, set
ENABLE_DEBUG_TOOLBAR = False
However, I also suggest doing
bzr pull ./utils/update ./utils/refresh-cms
to update to the latest revision of the project. That should solve the error.
This worked wonderfully for me. I seem to have skipped your earlier conversation regarding the error while checking the mailing list. Sorry about that.
Thanks for helping out, Vatsala
Cheers, Nikhil
On Sun, Mar 13, 2016, 2:22 PM Vatsala Swaroop <vatsala.swaroop@...400...> wrote:
Hi everyone!
My name is Vatsala Swaroop and I am a final year undergraduate studying Electronics and Communication Engineering in National Institute of Technology Nagpur.
I went through the ideas list and "Development Project Management System" really sparked my interest! I have a decent background in Python and have extensively worked on multiple Django projects. I also have a good amount of experience in handling Project Management Systems.
I went through the related material provided in the Project description. I have cloned and installed all the requirements required for the project. However, I am getting a particular error when I tried to open the site on my localhost:
"TypeError at /en/admin/login/ object.__new__(X): X is not a type object (WSGIRequest)"
I explored the traceback and saw that the error stemmed from "debug_design/template.py" in the following lines: 44. obj = super(Themer, cls).__new__(request, *args, **kwargs)
Can you please tell me what should I do about it?
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Thank you for taking out the time to read this.
Best Regards, Vatsala
Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
-- Nikhil Verma Undergraduate Student, B.E. (Hons) Electrical and Electronics Engineering Phone: +91 99288 34365 Email: Personal <nikhilweee@...400...> | University <f2014200@...3349...> *Birla Institute of Technology & Science,* Pilani
On Sun, 2016-03-13 at 14:21 +0530, Vatsala Swaroop wrote:
Can you please tell me what should I do about it?
Please pull the latest version to see the code, that app should be disabled now. You can follow the website guide here:
http://wiki.inkscape.org/wiki/index.php/WebSite#Website_Development
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Yes, you can have a look at the bugs list here:
https://bugs.launchpad.net/inkscape-web/
And any cleanup considering your experience with django would be good.
Thanks for your help.
Best Regards, Martin Owens
Hi,
On Sun, Mar 13, 2016 at 8:15 PM, Martin Owens <doctormo@...400...> wrote:
On Sun, 2016-03-13 at 14:21 +0530, Vatsala Swaroop wrote:
Can you please tell me what should I do about it?
Please pull the latest version to see the code, that app should be disabled now. You can follow the website guide here:
http://wiki.inkscape.org/wiki/index.php/WebSite#Website_Development
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Yes, you can have a look at the bugs list here:
Thank you for your help and especially the link. I am going through the list now.
Regards, Vatsala
And any cleanup considering your experience with django would be good.
Thanks for your help.
Best Regards, Martin Owens
On Sun, Mar 13, 2016 at 10:45:08AM -0400, Martin Owens wrote:
On Sun, 2016-03-13 at 14:21 +0530, Vatsala Swaroop wrote:
Can you please tell me what should I do about it?
Please pull the latest version to see the code, that app should be disabled now. You can follow the website guide here:
http://wiki.inkscape.org/wiki/index.php/WebSite#Website_Development
Also, I saw the two patches rule on the page. Are there any specific patches/tasks that I could solve so as to get a better understanding of the website?
Yes, you can have a look at the bugs list here:
https://bugs.launchpad.net/inkscape-web/
And any cleanup considering your experience with django would be good.
Thanks for your help.
Best Regards, Martin Owens
I'll note I ran into a few errors myself when trying to run the projects pages in trunk the other day. This branch has patches I found fixed the problems:
https://code.launchpad.net/~bryce/inkscape-web/projects-pages
Bryce
participants (4)
-
Bryce Harrington
-
Martin Owens
-
Nikhil Verma
-
Vatsala Swaroop