Git Product home page Git Product logo

pyverts-2011's Introduction

Dépendances : 
 - python >= 2.7.1
 - django >= 1.3.1
 - django-allauth : https://github.com/pennersr/django-allauth
 - django-avatar : https://github.com/ericflo/django-avatar
 - django-achievements : https://github.com/ssaboum/django-achievements
 - python-sdk : https://github.com/facebook/python-sdk
 - python-imaging
 - Éventuellement python-setuptools

Pour installer django, django-allauth et python-sdk : 
 - sudo python setup.py install

Pour démarrer :
 - python manage.py syncdb
 - python manage.py runserver

Internationalisation : 
 - Mettre à jour les fichiers de messages : django-admin.py makemessages -a
 - Compiler les fichiers de messages : django-admin.py compilemessages

Bibliothèques utilisées : 
 - Bootstrap : http://twitter.github.com/bootstrap/

pyverts-2011's People

Contributors

heldroe avatar maxime34 avatar nam0r avatar ultrablaze avatar zarmakuizz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyverts-2011's Issues

re

c'est des cookies qui ne sont pas acceptés par ce navigateur

sur links: erreur lors de l'inscription

favreau@myhost:~/pyverts-2011$ links http://127.0.0.1:8000/profile/user/

                                                    403 Forbidden (p1 of 2) 
                            Forbidden (403)                                 

CSRF verification failed. Request aborted.

Help

Reason given for failure:

 CSRF token missing or incorrect.                                           

In general, this can occur when there is a genuine Cross Site Request
Forgery, or when Django's CSRF mechanism has not been used correctly. For
POST forms, you need to ensure:

 * The view function uses RequestContext for the template, instead of       
   Context.                                                                 
 * In the template, there is a {% csrf_token %} template tag inside each    
   POST form that targets an internal URL.                                  
 * If you are not using CsrfViewMiddleware, then you must use               
   csrf_protect on any views that use the csrf_token template tag, as       
   well as those that accept the POST data.                                 

http://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf

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.