Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

EarthModule/UniverseDjangoTutorial

Open more actions menu

Repository files navigation

Universe Django Tutorial

Getting started

in the project root create new virtualenv, install dependencies and do the migrations

for example

python3 -m venv djangoenv
source djangoenv/bin/activate
pip install -r requirements.txt
python manage.py migrate

Running the server

python manage.py runserver

Accessing admin-panel when server is running

First create superuser with

python manage.py createsuperuser

Then you can access the admin panel by default from localhost:8000/admin

Accessing api-root

API-root can be found by default in localhost:8000/universe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.