Coder Social home page Coder Social logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 10 Nov 2007 at 1:42

  • Changed state: New

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Removing owner for prioritizing 

Original comment by [email protected] on 31 Jan 2008 at 12:45

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I would like to try to resolve this issue.

Original comment by [email protected] on 20 Feb 2008 at 1:58

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Assigning to Jakub

Original comment by [email protected] on 20 Feb 2008 at 6:53

  • Changed state: Assigned

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 21 Feb 2008 at 11:14

  • Changed state: Started

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Attaching patch for this issue.

Original comment by [email protected] on 24 Feb 2008 at 9:35

Attachments:

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Hey jakub,
Is this the final version of the patch? I remember us going back and forth on a 
few
changes and I'd assumed that you had something pending.

If there's nothing pending, I'll do another review and you can submit it if all 
is ok

Original comment by [email protected] on 23 Mar 2008 at 9:33

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Sorry, I've been quite busy recently.
Unless we are migrating to Django Trunk, it's final version.

Original comment by [email protected] on 25 Mar 2008 at 9:08

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
We are migrating to the trunk. More work for you :)

Original comment by [email protected] on 26 Mar 2008 at 7:10

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Patch with migration to the trunk.

Original comment by [email protected] on 26 Mar 2008 at 7:20

Attachments:

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
A few comments:

Why have you added slashes to the ends of urls in certain places and removed 
them in
a few other places?
Also I don't think changing this
+        (r'^opc(/|$)', include('hackzor.server.urls')),
is necessary. IIRC django should handle this automatically

Why in form.py,  User.objects.create_user rather than User(). Has the API 
changed?

Delete the __init__ function in Submit solution if you want to remove it. Don't
comment it.

Otherwise all looks ok. Great Job!

Makes changes and attach new diff if necessary.

Original comment by [email protected] on 30 Mar 2008 at 12:31

from hackzor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I have altered URLs because I thought that Django trunk handles URLs more strict
(they don't work using builtin development server). My bad.

Using User() rather than User.objects.create_user would require to hash 
password by hand.

__init__ function in SubmitSolution is also my mistake.

Here's patch without URL changes and with SubmitSolution.__init__ deleted.

Original comment by [email protected] on 31 Mar 2008 at 9:51

Attachments:

from hackzor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.