djangopeople icon indicating copy to clipboard operation
djangopeople copied to clipboard

A geographical community site for Django developers

Results 22 djangopeople issues
Sort by recently updated
recently updated
newest added

The url: **https://people.djangoproject.com/username/skills/** map with **EditSkillsView** class in **djangopeople/djangopeople/djangopeople/views.py** and this class use this template: **djangopeople/djangopeople/templates/edit_skills.html** When I go to change my own skills I can only see what say...

I'd love to be able to: - Rename `garthrk` to `garthk` - Redirect `garthrk` to `garthk` so old links don't break I'm guessing redirection will require changes to the model,...

It may be a good idea to allow a person to search for developers based on location rather than by their name. This would allow companies/recruiters to find Django developers...

Some people added links without the `http(s)://` prefix, resulting in invalid links in their profile pages. TODO: - Check that validation is done properly on user input - Fix existing...

In the marker popup there is a link "Zoom to point", which intend to zoom the map to the latlng of the selected djangonaut. It calls a function [`zoomOn`](https://github.com/brutasse/djangopeople/blob/master/djangopeople/djangopeople/static/djangopeople/js/maps.js#L14), which...

As we discussed, I'm starting a branch to work on: - moving to Leaflet - using OSM tiles (which rendering? Thunderforest has nice ones: http://www.thunderforest.com/ ) - using some density...

hello, the portofolio edit is a bit tricky, the form could be more explicit having title and url on the same line like this Title1 [] URL1 [] Title2 []...

enhancement

It feels like you've forgot to include most important pages for programmers such as github.com and bitbucket.org. I'd suggest allowing people to specify their own fields. Right now there's no...

Use several smaller views (edit_im, edit_services, edit_privacy) instead of edit_finding