PREVENDA
Website for real estate company Prevenda based on DjangoCMS
The company offers a number of services, of which the temporary leasing or renting of housing is the most important.
We implemented the following techniques for this project:
-
Django is an advanced web application framework, written in Python. Django incorporates a great number of features, enabling developers to develop websites and web applications very quickly and efficiently. We save our clients time and money by getting up to speed quickly using Django.
-
A Content Management System (or CMS) is the part of a website that enables content managers to edit their sites' content. On of the many marvellous features of Django is that a basic CMS is part of every project. We can then easliy and quickly customise the basic CMS for our clients' needs.
-
A sophisticated interface most often comes at the cost of complexity, and with this complexity comes the added possibilty of errors. Which of course no-one wants. Django Web Studio tackles this problem by using state-of-the-art tools such as SASS, LESS and Grunt.
-
Git is our preferred way of managing software projects. It enables us to work on our clients' projects as a team, which is of course essential for larger projects or when speed is an absolute requirement.
-
PostgreSQL is slightly less well-known than MySQL, but very mature and capable database server. Also includes a number of features that MySQL lacks.
-
Python is our programming language of choice. What makes Python hugely different from languages like Java, C++, and .NET, is that it is much more flexible and concise, allowing programmers to get much more work done on our clients' projects. On top of that, we use the Django Framework, which delivers our clients even more development speed.