Skip to content

django web app incorporating custom user model , authentications as well authorizations and many to one relationships within models

Notifications You must be signed in to change notification settings

Jordan-Rob/django-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple django app incorporating: -custom user model -authentication -authorization and permissions -foreignkey usage within models for frontend: -crispy forms -bootsrap cdn -whitenoise to handle stattic files within heroku

to test it out online visit https://dj-news.herokuapp.com/

steps for usage within your terminal / command prompt

1.run "git clone https://github.com/Jordan-Rob/django-news"

  1. cd into the directory in which you have cloned the repo and run "pipenv install" (if you do not have pipenv install it via the "pip install pipenv" command) this will enable you install the dependencies from the pipfile

  2. enter your virtual environment with command "pipenv shell"

  3. run "py manage.py runserver" to test it out locally

About

django web app incorporating custom user model , authentications as well authorizations and many to one relationships within models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published