Coder Social home page Coder Social logo

agileestate's Introduction

AgileEstate

Projekt na Metodyki Zwinne: serwis sprzedaży nieruchomości

Działający projekt można obejrzeć na stronie: http://agileestate.herokuapp.com/

Uruchomienie serwera www w środowisku lokalnym: w pliku settins.py przestawić Debug na True, inaczej nie skompiluje się lokalnie, po zakończeniu edycji przywrócić Degug na False

python ./AgileEstate/manage.py runserver

agileestate's People

Contributors

chleb avatar lukdz avatar

Watchers

 avatar  avatar  avatar

Forkers

chleb

agileestate's Issues

Problem językowy

Część napisów na stronie jest po polsku, a część po angielsku. Powinna być jakaś konsekwencja w wyborze i używaniu języka, a najlepiej gdyby był wybór pomiędzy różnymi opcjami. To samo tyczy się opisu commitów.

Błąd javascript na stronie głównej

Skrypt na stronie głównej:

        function mainHref() {
            var x = document.getElementById("link").href;
            document.getElementById("link").href = window.location.href + x;
        }
        window.onload = mainHref();

generuje błąd w linii:

var x = document.getElementById("link").href;

o treści "TypeError: document.getElementById(...) is null".

Wyświetlanie wszystkich posiadłości

Mimo dodania posiadłości za pomocą formularza "Dodaj posiadłość" i uzyskania odpowiedzi zwrotnej informującej o pomyślnym dodaniu nowej posiadłości, strona wyświetla jedynie jedną posiadłość.

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.