-
Notifications
You must be signed in to change notification settings - Fork 1
OpenJUB/agenda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AGENDA Prototype for agenda management system for USG meetings. Development Setup ----------------- - Ensure you have Python 3.5 installed and set it as default - Create virtual environment: `virtualenv venv` - Launch the environment: `source venv/bin/activate` - Install the requirements: `pip install -r requirements.txt` - Migrate and sync the database: `python manage.py migrate --run-syncdb` - Run the server: `python manage.py runserver` - The project should now be deployed at `localhost:8000`
About
Agenda management system for USG meetings
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published