Skip to content

A website made in django from start to finish with users and user-actions

Notifications You must be signed in to change notification settings

DevSpace88/dev_search

Repository files navigation

A complete Website made in Python Django with following features:

- Registering an account
- Login
- Access restricitons
- automatic emails
- Sending PMs
- PM Inbox
- Edit/create/delete Profile attributes like Skills
- Edit/create/delete Projects
- adding/deleting Tags for Projects
- Review of projects
- Up/Down-Vote of projects
- searching Projects
- searching Users
- Pagination
- REST API

Install requirements with:

pip install -r requirements.txt

Makemigrations:

./manage.py makemigrations

Migrate:

./manage.py migrate

Create Admin

./manage.py createsuperuser

Start local testserver:

./manage.py runserver

About

A website made in django from start to finish with users and user-actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published