Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing the Page as per our reference site selected #3

Open
Chitrank-Dixit opened this issue Aug 7, 2013 · 1 comment
Open
Assignees

Comments

@Chitrank-Dixit
Copy link
Owner

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.

@Chitrank-Dixit
Copy link
Owner Author

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)

@ghost ghost assigned Chitrank-Dixit Aug 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant