Skip to content

Clone Repo of MyWolfPackGuide, a Master's Software Engineering Course Project at NC State University.

Notifications You must be signed in to change notification settings

kparaju/MyWolfPackGuide

Repository files navigation

#MyWolfpackGuide

Initially created for a Master's Software Engineering Course Project at NC State University, MyWolfpackGuide was developed with ease of adapatability to other brandings.

##Installation and Setup

MyWolfpackGuide is application-driven website

To begin, clone the repository into a directory of your choice.

$ git clone https://github.ncsu.edu/bynarron/MyWolfpackGuide.git

Enter the project directory and create a virtual environment to manage the project's dependencies:

$ cd MyWolfpackGuide/
$ virtualenv [your_virtual_environment_name]
$ source [your_virtual_environment_name]/bin/activate

Now install the requirements:

$ pip install -r requirements.pip

The project settings, by default, declare a Sqlite3 database. If you wish to develop locally, this is a good option. To instantiate the Database, simply sync the database and the file will be created. Do not create a superuser quite yet:

$ python manage.py syncdb

Now, you will need to run migrations for MWG_Site and other tracked apps:

$ python manage.py migrate

You're all set!

Run your test server and check out the site!

$ python manage.py runserver

Access the server at localhost:8000

...And most importantly, HAVE FUN!

##Depedencies

Contents of Requirements.pip:

  • Django
  • PIL or Pillow
  • South
  • argparse
  • distribute
  • django-admin-bootstrapped
  • django-bootstrap-form
  • django-bootstrap3-datetimepicker
  • django-gravatar2
  • django-localflavor
  • django-social-auth
  • feedparser
  • httplib2
  • oauth2
  • python-openid
  • wsgiref

##Screenshots

User dashboard

Event details page

Contributers to MyWolfpackGuide would like to sincerely thank all contributers to the dependent packages!

About

Clone Repo of MyWolfPackGuide, a Master's Software Engineering Course Project at NC State University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published