Skip to content

This is an education website made as a collaboration with classmates from the class CSE310.

Notifications You must be signed in to change notification settings

rbrower28/Royal-Academy

Repository files navigation

Welcome to the Royal Academy!

Here at CODE KINGS, we value educational material and want to give greater access to all the kingdom.

Join us on our journey to educate the world with code!

Our Collaborators:

  • Chettra Ly - Had to drop the class and could not participate in the project.
  • Mathieu Steele - Created the Quiz part
  • Daniel De La Pena Maldonado - Created the Flashcard part.
  • Joseph Devincenzi - Created the Math Game
  • Ryan Brower - Created the Typing game.

Development Environment:

  • Django Python Framework
  • JavaScript
  • HTML & CSS

Instructions:

Inside your environment, run this terminal command to start a local development server:

  • python3 manage.py runserver for MacOS
  • python manage.py runserver for Windows

The development page will be found at this address in your browser:

http://localhost:8000

Your changes to the code files will update when you refresh the page on your browser.

Further Resources:

Commands:

  • Start virual enviroment virtualenv . or virtualenv [name of virual env]

  • Activate virtualenv source Scripts/activate

  • Install dependencies pip install -r /path/to/requirements.txt

  • syncs our settings with our django project python manage.py migrate

  • Creates a super user you can use in the admin app and is added to the db. python manage.py createsuperuser

  • Creates custome app python manage.py startapp [name of your app]

  • You need to run these 2 together every time you change models.py python manage.py makemigrations python manage.py migrate

  • admin page wont work if you dont set up db

Common Errors:

  • Model not showing in admin

If after running makemigrations and migrate the new model is not showing, check that you registered your model in the admin page of your application.

Page Style

Color Palette Primary #EE6352 - This can be used for the color of the headers and footers. The other colors can be used as you see fit.

Font

About

This is an education website made as a collaboration with classmates from the class CSE310.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •