All Projects → sibtc → Django Multiple User Types Example

sibtc / Django Multiple User Types Example

Licence: mit
Django Quiz Application

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Django Multiple User Types Example

Relate
RELATE is an Environment for Learning And TEaching
Stars: ✭ 239 (-39.49%)
Mutual labels:  quiz, django
Simple Django Login And Register
An example of Django project with basic user functionality.
Stars: ✭ 379 (-4.05%)
Mutual labels:  django
Healthchecks
A cron monitoring tool written in Python & Django
Stars: ✭ 4,297 (+987.85%)
Mutual labels:  django
Django Private Chat
Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
Stars: ✭ 376 (-4.81%)
Mutual labels:  django
Django User Sessions
Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
Stars: ✭ 368 (-6.84%)
Mutual labels:  django
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (-4.3%)
Mutual labels:  django
Django Postgres Extra
Bringing all of PostgreSQL's awesomeness to Django.
Stars: ✭ 365 (-7.59%)
Mutual labels:  django
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (-2.53%)
Mutual labels:  django
Openwisp Controller
Network and WiFi controller: provisioning, configuration management and updates, (pull via openwisp-config or push via SSH), x509 PKI management and more. Mainly OpenWRT, but designed to work also on other systems.
Stars: ✭ 377 (-4.56%)
Mutual labels:  django
Nefarious
Web application for automatically downloading TV & Movies
Stars: ✭ 373 (-5.57%)
Mutual labels:  django
Django Object Actions
A Django app for easily adding object tools in the Django admin
Stars: ✭ 374 (-5.32%)
Mutual labels:  django
Django Getpaid
Django payments processor.
Stars: ✭ 371 (-6.08%)
Mutual labels:  django
Djangoblog
🍺基于Django的博客系统
Stars: ✭ 4,256 (+977.47%)
Mutual labels:  django
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (-7.59%)
Mutual labels:  django
Onlinejudge
open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | [email protected]
Stars: ✭ 4,458 (+1028.61%)
Mutual labels:  django
Django Blog
django搭建博客
Stars: ✭ 365 (-7.59%)
Mutual labels:  django
Django Cruds Adminlte
django-cruds is simple drop-in django app that creates CRUD for faster prototyping
Stars: ✭ 373 (-5.57%)
Mutual labels:  django
Django Safedelete
Mask your objects instead of deleting them from your database.
Stars: ✭ 375 (-5.06%)
Mutual labels:  django
Qikqiak.com
关注容器、kubernetes、devops、python、golang、微服务等技术 🎉🎉🎉
Stars: ✭ 394 (-0.25%)
Mutual labels:  django
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (-2.28%)
Mutual labels:  django

Django School

Python Version Django Version

This is an example project to illustrate an implementation of multiple user types. In this Django app, teachers can create quizzes and students can sign up and take quizzes related to their interests.

Django School Screenshot

Read the blog post How to Implement Multiple User Types with Django.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/django-multiple-user-types-example.git

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].