Skip to content

College project version for Area Agency application. A promoters niche website allowing you to book and enquire musical talent.

Notifications You must be signed in to change notification settings

matthewlukebyrne/areaAgency

Repository files navigation

areaAgency

College project version for Area Agency application. A promoters niche website allowing you to book and enquire musical talent.

http://areaagency.live/

area-agency

Documentation on Django + Template Syntax

https://www.djangoproject.com/
https://jinja.palletsprojects.com/en/2.11.x/

Tools and Technologies Used

Django
Postgres (phpMyAdmin)
Bootstrap4
JQuery
SCSS Files

Installation and Used Commands

python manage.py runserver -runs the server

python manage.py runmigrations -transfer the model data over to postgres

python manage.py startapp pages -Creates a new pages app

python manage.py collectstatic -shows a static folder in the root

python manage.py startapp artists -created a artists app (needs a urls.py)

python manage.py startapp agents -creates a agents app (needs a urls.py)

python manage.py migrate -Check postgres database to see if it's active and running

python manage.py makemigrations -Attempt to enter fields into models and then pass them Postgres

Deployment Stage

https://www.nginx.com/
https://www.digitalocean.com/
https://gunicorn.org/

https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04

Image Bank

area-agency area-agency area-agency area-agency

About

College project version for Area Agency application. A promoters niche website allowing you to book and enquire musical talent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published