Skip to content

adetbekov/geoquakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoquakes

Sample lab project - KazNU

Build Setup

Creating virtual environment

    cd YOUR_PROJECTS_DIRECTORY
    virtualenv VIRTUAL_ENVIRONMENT_FOLDER
    cd VIRTUAL_ENVIRONMENT_FOLDER
    source bin/activate

Install requirements

$ pip install -r req.txt

FirstRun

$ python manage.py makemigrations
$ python manage.py migrate

Create Super User

$ python manage.py createsuperuser

Run server

$ python manage.py runserver

Admin

Admin panel located on localhost:8000/admin

That's it!

Releases

No releases published

Packages

No packages published