Skip to content

fredIV/django-sosa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First-time setup

  1. Make sure Python 3.7x and Pipenv are already installed. See here for help.
  2. Clone the repo and configure the virtualenv:
$ git clone https://github.com/fredIV/django-sosa.git
$ cd django-sosa
$ pipenv install
$ pipenv shell
  1. Set up the initial migration for our custom user models in users and build the database.
(django-sosa-hash) $ python manage.py makemigrations users
(django-sosa-hash) $ python manage.py migrate
  1. Create a superuser:
(django-sosa-hash) $ python manage.py createsuperuser
  1. Confirm everything is working:
(django-sosa-hash) $ python manage.py runserver

Load the site at http://127.0.0.1:8000.

Next Steps

About

Freds rework of existing project structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •