Skip to content

Simple Django application to handle all data from a classroom and his students.

License

Notifications You must be signed in to change notification settings

maxicecilia/simple_classroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Classroom

Simple Django application to handle all data from a classroom and his students.

Requirements

Setup

Clone the repo

[email protected]:maxicecilia/simple_classroom.git
✗ cd simple_classroom

Create and setup virtualenv (change paths to your convenience)

✗ mkvirtualenv classroom
✗ echo 'cd ~/code/simple_classroom' >> $WORKON_HOME/classroom/bin/postactivate
✗ echo 'export DJANGO_SETTINGS_MODULE=simple_classroom.settings' >> $WORKON_HOME/classroom/bin/postactivate
✗ echo 'unset DJANGO_SETTINGS_MODULE' >> $WORKON_HOME/classroom/bin/postdeactivate
✗ workon classroom
✗ pip install -r requirements.txt
✗ django-admin.py migrate
✗ django-admin.py collectstatic
✗ django-admin.py runserver 0.0.0.0:8000

Create admin user

Run this and follow the instructions

✗ django-admin.py createsuperuser

Use http://localhost:8000/admin/ to access the admin interface

Need initial data?

Run this to load some!! (only ES data available)

✗ django-admin.py loaddata scripts/data/initial_data.json

About

Simple Django application to handle all data from a classroom and his students.

Resources

License

Stars

Watchers

Forks

Packages

No packages published