$(document).ready(function(){
    
    
    $( '#id_story' ).ckeditor(
    {
        toolbar :
        [['Format', '-', 'Bold', 'Italic', 'Underline', '-', 'NumberedList', 'BulletedList']],
        format_tags: 'h1;h2;h3;h4;h5;p',
    });
});