You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have been referencing Airbnb just because it suits our needs. Airbnb has already adjusted almost every option that we are planning to provide to our users
So the next target would be to make up Airbnb like Homepage using Twitter bootstrap and customization as per our site need but the Advantage it has over Airbnb homepage is it is of responsive design (opens up on all devices as per screen sizes). While Airbnb provide a seperate mobile application to their users.
As we are not concentrating much about developing seperate mobile application for our project right now, So we are using responsive design to fulfill our needs.
The text was updated successfully, but these errors were encountered:
Also to remember with every new page added to the Django site corresponding two changes would have to be done one at the urls.py and other at blog/views.py.
and If some new model is being used then model defination need to be specified in blog/models.py
and enable services from settings.py
then test the server from the main directory of the project
trackleech/
$ python manage.py runserver (this will run the server at localhost with default port no 8080)
and if some new models are specified and need to be added to the database then run this command
$ python manage.py syncdb (This will sync the MySQL database as per our models.py and settings.py file)
we have been referencing Airbnb just because it suits our needs. Airbnb has already adjusted almost every option that we are planning to provide to our users
https://www.airbnb.com/
So the next target would be to make up Airbnb like Homepage using Twitter bootstrap and customization as per our site need but the Advantage it has over Airbnb homepage is it is of responsive design (opens up on all devices as per screen sizes). While Airbnb provide a seperate mobile application to their users.
As we are not concentrating much about developing seperate mobile application for our project right now, So we are using responsive design to fulfill our needs.
The text was updated successfully, but these errors were encountered: