Skip to content

A django based application that can be used to collect the general assumptions about concepts from studentss

License

Notifications You must be signed in to change notification settings

luucamay/existenciality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Existenciality

Existenciality is a Django based web application that shows general questions about life. Check out the web application on Heroku

How it was built

Following the main instructions from the official documentation on Django!

Built Setup

If you want to run the code of this project you can follow these instructions:

  1. Clone this respository
git clone https://github.com/luucamay/existenciality.git
  1. Download and install Python 3

  2. Set up a virtual environment first. For windows with git bash:

source ~/.virtualenvs/djangodev/Scripts/activate
  1. Use pip to install Django
 python -m pip install Django
  1. Verify your django installation. Open the python interactive shell and execute the next lines of code.
>>> import django
>>> print(django.get_version())
3.1
  1. Setup database
  • Create the required tables defined at settings.py in the INSTALLEDD_APPS array. Make the migration happen
python manage.py migrate
  • Create the admin user
python manage.py createsuperuser
  1. Open the admin view: http://127.0.0.1:8000/admin
  2. Create questions in the admin view
  3. Open the app view: http://127.0.0.1:8000

Articulo sobre esta aplicacion

Si te interesa o quieres saber como construir esta aplicacion puedes leer esta guia

About

A django based application that can be used to collect the general assumptions about concepts from studentss

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published